Spaces:
Running
Running
Shorten workspace download hint
Browse files- frontend/static/app.js +2 -2
- frontend/static/index.html +1 -1
frontend/static/app.js
CHANGED
|
@@ -234,8 +234,8 @@
|
|
| 234 |
function updateWorkspaceHint(hasWorkspace) {
|
| 235 |
if (!workspaceMeta) return;
|
| 236 |
workspaceMeta.textContent = hasWorkspace
|
| 237 |
-
? "
|
| 238 |
-
: "
|
| 239 |
}
|
| 240 |
|
| 241 |
function closeModelDropdown() {
|
|
|
|
| 234 |
function updateWorkspaceHint(hasWorkspace) {
|
| 235 |
if (!workspaceMeta) return;
|
| 236 |
workspaceMeta.textContent = hasWorkspace
|
| 237 |
+
? "Agent files are ready to download as a zip."
|
| 238 |
+
: "Temporary workspace. Download agent files as a zip.";
|
| 239 |
}
|
| 240 |
|
| 241 |
function closeModelDropdown() {
|
frontend/static/index.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
</header>
|
| 36 |
|
| 37 |
<section id="workspaceStrip" class="workspace-strip">
|
| 38 |
-
<span id="workspaceMeta">
|
| 39 |
<button id="downloadWorkspaceBtn" class="download-workspace" type="button" disabled>
|
| 40 |
Download workspace.zip
|
| 41 |
</button>
|
|
|
|
| 35 |
</header>
|
| 36 |
|
| 37 |
<section id="workspaceStrip" class="workspace-strip">
|
| 38 |
+
<span id="workspaceMeta">Temporary workspace. Download agent files as a zip.</span>
|
| 39 |
<button id="downloadWorkspaceBtn" class="download-workspace" type="button" disabled>
|
| 40 |
Download workspace.zip
|
| 41 |
</button>
|