浏览代码

new settings section

andre 6 月之前
父节点
当前提交
785c5c227b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
     ];