Browse Source

Merge pull request #367 from millionfor/branch-1.0.2

edit botton color
pull/2/head
millionfor 5 years ago committed by GitHub
parent
commit
d65596dabc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      escheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue

4
escheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue

@ -79,7 +79,7 @@
:disabled="item.releaseState === 'ONLINE'" >
</x-button>
<x-button
type="success"
type="warning"
shape="circle"
size="xsmall"
data-toggle="tooltip"
@ -89,7 +89,7 @@
v-if="item.releaseState === 'OFFLINE'">
</x-button>
<x-button
type="warning"
type="error"
shape="circle"
size="xsmall"
data-toggle="tooltip"

Loading…
Cancel
Save