Browse Source

Merge pull request #542 from hymzcn/dev-1.1.0

text
pull/2/head
hymzcn 5 years ago committed by GitHub
parent
commit
89c7321097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      escheduler-ui/src/js/conf/home/pages/monitor/pages/servers/statistics.vue

2
escheduler-ui/src/js/conf/home/pages/monitor/pages/servers/statistics.vue

@ -16,7 +16,7 @@
<div class="col-md-3">
<div class="text-num-model text">
<div class="title">
<span >{{$t('failure command number')}}}</span>
<span >{{$t('failure command number')}}</span>
</div>
<div class="value-p">
<b :style="{color:color[1]}"> {{commandCountData.errorCount}}</b>

Loading…
Cancel
Save