Browse Source

fix orchestrator up

spacexerq 3 weeks ago
parent
commit
3c287d1671
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/gui/src/tabs/scanning_tab.py

+ 1 - 1
apps/gui/src/tabs/scanning_tab.py

@@ -679,7 +679,7 @@ class ScanningTab(QWidget):
         btn_refresh_sc.setToolTip("Получить список сценариев из оркестратора")
         btn_refresh_sc.setStyleSheet(
             f"QPushButton {{ background: {_BTN_BG}; color: #7777aa;"
-            "  border: 1px solid #444466; border-radius: 3px; font-size: 13px; }}"
+            "  border: 1px solid #444466; border-radius: 3px; font-size: 13px; }"
             "QPushButton:hover { color: #ffffff; background: #303050; }"
         )
         btn_refresh_sc.clicked.connect(self._on_refresh_scenarios)