Unverified Commit 3740b241 authored by 向偲彪's avatar 向偲彪 Committed by GitHub
Browse files

Modify worker parameters (#2479)



* Fix the problem of data echo in script edit box

* Optimize resource tree

* Change the name of the shell node and modify the parameter transmission method of spark, mr, python, and flink nodes

* Repair naming

* Modify list style

* Online editing is prohibited

* Change the background color of the disabled state of the radio button when the workflow goes online

* Modify worker parameters

Co-authored-by: default avatardailidong <dailidong66@gmail.com>
Co-authored-by: default avatarqiaozhanwei <qiaozhanwei@outlook.com>
parent eec92ed1
Loading
Loading
Loading
Loading
+14 −12
Original line number Diff line number Diff line
@@ -630,6 +630,8 @@
        this.dependence = o.dependence || {}
        this.cacheDependence = o.dependence || {}

      } else {
        this.workerGroup = this.store.state.security.workerGroupsListAll[0].id
      }
      this.isContentBox = true
    },
+2 −2
Original line number Diff line number Diff line
@@ -311,9 +311,9 @@
    name: 'list',
    data () {
      return {
        // 数据
        // data
        list: [],
        // 按钮类型
        // btn type
        buttonType: '',
        strDelete: '',
        checkAll: false