Browse Source

DB page rename and background color modification (#1140)

* Dependency workflow add dependency correction value

* Download workflow instance map width adjustment and change "desc" field to "description"

* The third-party library that builds the dependency is recommended to be placed in 'devDependencies'

* Tree chart and Gantt chart style modification

* The workflow instance can be deleted only when its status is success, failure, stop and pause.

* change desc to description

* Maximum width of tooltip is set to 500px, note the copyright number of login page

* Delete copyright number

* No tenant in the list of selected tenants the default is default, and the status not shown in the repair page

* repair

* Repair security center module prompt

* Remove blank character during verification

* Remove blank character during verification

* Non admin users cannot create users, tenants, alarm groups, queues and worker groups

* Remove CI windows detection

* The value of loadaverage should be two decimal places

* Add license

* delete docs

* update package.json

* delete LICENSE

* Display icon when there is no data in process definition

* Worker group add IP format verification

* Modify MySQL page of monitoring center

* DB page rename and background color modification
break60 5 years ago
parent
commit
b1d8d5caf3

+ 10 - 5
dolphinscheduler-ui/src/js/conf/home/pages/monitor/pages/servers/db.vue

@@ -16,11 +16,11 @@
  */
 <template>
   <div>
-    <div class="servers-wrapper mysql-model" v-show="mysqlList.length">
+    <div class="servers-wrapper mysql-model content-box" v-show="mysqlList.length">
       <div class="row" v-for="(item,$index) in mysqlList">
         <div class="col-md-12">
-          <div class="content-title">
-            <span>{{item.dbType}}</span>
+          <div class="db-title">
+            <span>{{item.dbType+$t('Manage')}}</span>
           </div>
         </div>
         <div class="col-md-3">
@@ -130,11 +130,16 @@ export default {
 </script>
 <style lang="scss" rel="stylesheet/scss">
 @import "./servers";
-.content-title {
+.content-box {
+  background: #fff;
+  min-height: calc(100vh - 100px);
+  margin: 20px;
+}
+.db-title {
   height: 48px;
   background: #f8fbfe;
   border-radius: 3px 3px 0 0;
-  margin-bottom: 10px;
+  margin: -16px -16px 10px -16px;
   span {
     font-size: 22px;
     padding-left: 18px;

+ 1 - 1
dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js

@@ -458,7 +458,7 @@ export default {
   'Node self-test status': '节点自检状态',
   'Health status': '健康状态',
   'Max connections': '最大连接数',
-  'Threads connections': '当前活跃连接',
+  'Threads connections': '当前连接',
   'Max used connections': '同时使用连接最大数',
   'Threads running connections': '数据库当前活跃连接数',
   'Worker group': 'Worker分组',