Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: show unclaimed permits #172

10 changes: 0 additions & 10 deletions static/audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<div class="container">
<h1 class="audit-tag">Audit report</h1>
<!-- params -->
<div class="mb-3">
<label for="botWalletAddress" class="form-label">Bot wallet address</label>
<input type="text" class="form-control" id="botWalletAddress" />
</div>
<div class="mb-3">
<label for="repoURLs" class="form-label">Repository URLs</label>
<input type="text" class="form-control" id="repoURLs" />
Expand All @@ -31,7 +27,6 @@ <h1 class="audit-tag">Audit report</h1>
id="quickName"
placeholder='
{
"WALLET": "",
"REPO": "",
"PAT": ""
}'
Expand All @@ -42,11 +37,6 @@ <h1 class="audit-tag">Audit report</h1>
<span class="btn-loader" id="report-loader"></span>
<span>Get report</span>
</button>
<div class="tg-list-item">
<input class="tgl tgl-flat" id="cb4" type="checkbox" />
<label class="tgl-btn" for="cb4"></label>
<div class="cache-title">⚡Cache</div>
</div>
</div>
<!-- result table -->
<div class="resultContainer">
Expand Down
Loading