From 9adaf80a2bac3de38da8b11c478859d1ece96933 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Wed, 27 Aug 2025 08:34:17 +0200 Subject: [PATCH] fix: deploy button after successful upload --- package.json | 2 +- public/components.js | 2 +- public/index.html | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ea4a4e6..590f7ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "spore-ui", "version": "1.0.0", - "description": "## TODO", + "description": "SPORE Cluster Management UI", "main": "index.js", "scripts": { "start": "node index.js", diff --git a/public/components.js b/public/components.js index 7db3de0..a572e83 100644 --- a/public/components.js +++ b/public/components.js @@ -1482,7 +1482,7 @@ class FirmwareComponent extends Component { deployBtn.textContent = '⏳ Deploying...'; } else { deployBtn.classList.remove('loading'); - deployBtn.textContent = '�� Deploy Firmware'; + deployBtn.textContent = '🚀 Deploy'; } } diff --git a/public/index.html b/public/index.html index 28d27da..254f33b 100644 --- a/public/index.html +++ b/public/index.html @@ -96,9 +96,7 @@ - +