Procházet zdrojové kódy

new settings section

andre před 6 měsíci
rodič
revize
785c5c227b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/UI/Client/Setting/Pages/Settings.php

+ 1 - 1
app/UI/Client/Setting/Pages/Settings.php

@@ -31,7 +31,7 @@ class Settings extends DataTable implements ClientArea
      */
     const STATUS_LABEL = [
         'active'        => 'success',
-        'inactive'      => 'danger',
+        'inactive'      => 'warning',
         'default'       => 'default'
     ];