diff --git a/extensions_samples/modal.html b/extensions_samples/modal.html index 29cf1b9c..00d0723e 100644 --- a/extensions_samples/modal.html +++ b/extensions_samples/modal.html @@ -129,7 +129,7 @@ target: "webui", id: "modalpanel", content: { - title: "This is tile", + title: "This is title", id: MODAL_ID_SIMPLE, style: "default", bt1Txt: "S126", @@ -225,4 +225,4 @@
- \ No newline at end of file + diff --git a/src/areas/connection.js b/src/areas/connection.js index 0cfb592b..df27669a 100644 --- a/src/areas/connection.js +++ b/src/areas/connection.js @@ -171,7 +171,7 @@ const ConnectionContainer = () => { ")" contentTitle = T("S35") //"restarting"; contentIcon = ( -
+
) @@ -205,7 +205,7 @@ const ConnectionContainer = () => { contentTitle = T("S2") //"Connecting"; } contentIcon = ( -
+
) @@ -216,10 +216,7 @@ const ConnectionContainer = () => {
-
+
{contentIcon} diff --git a/src/components/Controls/ButtonImg.js b/src/components/Controls/ButtonImg.js index 8d5ad622..0ef646e2 100644 --- a/src/components/Controls/ButtonImg.js +++ b/src/components/Controls/ButtonImg.js @@ -38,19 +38,12 @@ const ButtonImg = ({ if (!icon) showlow = true return (