lobstakit-cloud 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/js/manage.js +1 -1
package/package.json
CHANGED
package/public/js/manage.js
CHANGED
|
@@ -201,7 +201,7 @@ function updateDashboard(data, gatewayRunning) {
|
|
|
201
201
|
const domainEl = document.getElementById('domain-status');
|
|
202
202
|
if (data.subdomain) {
|
|
203
203
|
domainEl.textContent = data.subdomain;
|
|
204
|
-
domainEl.className = 'font-semibold text-
|
|
204
|
+
domainEl.className = 'font-semibold text-sm text-lobsta-light break-all';
|
|
205
205
|
} else {
|
|
206
206
|
domainEl.textContent = 'Not set';
|
|
207
207
|
domainEl.className = 'font-semibold text-lg text-gray-400';
|