Spaces:
Sleeping
Sleeping
Commit ·
6f3f7da
1
Parent(s): 23ddaac
Removed deploy button from Dashboard UI
Browse files- dashboard.html +2 -6
dashboard.html
CHANGED
|
@@ -151,11 +151,7 @@
|
|
| 151 |
<span class="material-symbols-outlined text-lg lg:mr-2">arrow_back</span>
|
| 152 |
<span class="hidden lg:inline">Back to Home</span>
|
| 153 |
</a>
|
| 154 |
-
|
| 155 |
-
<div class="absolute inset-0 bg-white/10 opacity-0 group-hover:opacity-100 transition-opacity"></div>
|
| 156 |
-
<span class="material-symbols-outlined lg:mr-2 text-lg relative z-10">rocket_launch</span>
|
| 157 |
-
<span class="hidden lg:inline truncate text-sm font-bold tracking-wide relative z-10">Deploy</span>
|
| 158 |
-
</button>
|
| 159 |
</div>
|
| 160 |
</header>
|
| 161 |
<main class="flex-1 flex flex-col lg:flex-row relative z-10">
|
|
@@ -296,7 +292,7 @@ const dropZone = document.getElementById('dropZone');
|
|
| 296 |
const fileInput = document.getElementById('fileInput');
|
| 297 |
const startBtn = document.getElementById('startBtn');
|
| 298 |
const jsonOutput = document.getElementById('jsonOutput');
|
| 299 |
-
|
| 300 |
const copyBtn = document.getElementById('copyBtn');
|
| 301 |
const copyIcon = document.getElementById('copyIcon');
|
| 302 |
let selectedFile = null;
|
|
|
|
| 151 |
<span class="material-symbols-outlined text-lg lg:mr-2">arrow_back</span>
|
| 152 |
<span class="hidden lg:inline">Back to Home</span>
|
| 153 |
</a>
|
| 154 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
</div>
|
| 156 |
</header>
|
| 157 |
<main class="flex-1 flex flex-col lg:flex-row relative z-10">
|
|
|
|
| 292 |
const fileInput = document.getElementById('fileInput');
|
| 293 |
const startBtn = document.getElementById('startBtn');
|
| 294 |
const jsonOutput = document.getElementById('jsonOutput');
|
| 295 |
+
|
| 296 |
const copyBtn = document.getElementById('copyBtn');
|
| 297 |
const copyIcon = document.getElementById('copyIcon');
|
| 298 |
let selectedFile = null;
|