Upload index.html
Browse files- web/index.html +1 -0
web/index.html
CHANGED
|
@@ -45,6 +45,7 @@
|
|
| 45 |
<div class="inline-actions bucket-actions compact">
|
| 46 |
<button class="secondary small" id="checkBucket">Check</button>
|
| 47 |
<button class="secondary small" id="createBucket">Create</button>
|
|
|
|
| 48 |
</div>
|
| 49 |
</section>
|
| 50 |
|
|
|
|
| 45 |
<div class="inline-actions bucket-actions compact">
|
| 46 |
<button class="secondary small" id="checkBucket">Check</button>
|
| 47 |
<button class="secondary small" id="createBucket">Create</button>
|
| 48 |
+
<button class="secondary small eval-enable-button" id="enableEvalArchive" hidden>Enable eval archive</button>
|
| 49 |
</div>
|
| 50 |
</section>
|
| 51 |
|