diff --git a/_locales/en/messages.json b/_locales/en/messages.json index ae45e37b2f..5c395dd607 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -48,6 +48,9 @@ "tabConfiguration": { "message": "Configuration" }, + "tabPorts": { + "message": "Ports" + }, "tabPidTuning": { "message": "PID Tuning" }, @@ -432,6 +435,10 @@ "message": "Save and Reboot" }, + "portsButtonSave": { + "message": "Save and Reboot" + }, + "pidTuningName": { "message": "Name" }, diff --git a/main.css b/main.css index e729c7a2e0..d22e306cec 100644 --- a/main.css +++ b/main.css @@ -319,47 +319,3 @@ input[type="number"]::-webkit-inner-spin-button { text-align: center; font-weight: bold; } -#dialog { - position: fixed; - top: 0; - left: 0; - border: 1px solid silver; - background-color: white; - display: none; - z-index: 1001; -} -#dialog.review { - width: 300px; -} -#dialog.review .head { - line-height: 20px; - color: white; - font-weight: bold; - text-align: center; - border-bottom: 1px solid silver; - background-color: #3f4241; -} -#dialog.review .wrapper { - padding: 5px; -} -#dialog.review p { - display: none; - padding: 5px; - text-align: center; -} -#dialog.review .buttons { - float: right; - margin: 5px 0 0 0; -} -#dialog.review .yes, -#dialog.review .no { - display: block; - float: left; - margin: 0 0 0 5px; - height: 24px; - line-height: 24px; - padding: 0 10px 0 10px; - font-weight: bold; - border: 1px solid #dddddd; - background-color: #f1f1f1; -} \ No newline at end of file diff --git a/main.html b/main.html index 7ffb90d8ec..ff519d3aed 100644 --- a/main.html +++ b/main.html @@ -11,6 +11,7 @@ + @@ -46,7 +47,6 @@ - @@ -55,6 +55,7 @@ + @@ -119,6 +120,7 @@