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

Repair naming (#2426)



* 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

Co-authored-by: default avatardailidong <dailidong66@gmail.com>
Co-authored-by: default avatarqiaozhanwei <qiaozhanwei@outlook.com>
parent 96835ebd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -391,8 +391,8 @@
          }
          let noResources = [{
            id: -1,
            name: $t('No resources'),
            fullName: '/'+$t('No resources'),
            name: $t('Unauthorized or deleted resources'),
            fullName: '/'+$t('Unauthorized or deleted resources'),
            children: []
          }]
          if(optionsCmp.length>0) {
+2 −2
Original line number Diff line number Diff line
@@ -232,8 +232,8 @@
          }
          let noResources = [{
            id: -1,
            name: $t('No resources'),
            fullName: '/'+$t('No resources'),
            name: $t('Unauthorized or deleted resources'),
            fullName: '/'+$t('Unauthorized or deleted resources'),
            children: []
          }]
          if(optionsCmp.length>0) {
+3 −2
Original line number Diff line number Diff line
@@ -224,8 +224,8 @@
          }
          let noResources = [{
            id: -1,
            name: $t('No resources'),
            fullName: '/'+$t('No resources'),
            name: $t('Unauthorized or deleted resources'),
            fullName: '/'+$t('Unauthorized or deleted resources'),
            children: []
          }]
          if(optionsCmp.length>0) {
@@ -308,6 +308,7 @@
              })
            } else {
              this.resourceList.push(v.id)
              this.dataProcess(backResource)
            }
          })
          this.cacheResourceList = resourceList
+2 −2
Original line number Diff line number Diff line
@@ -351,8 +351,8 @@
          }
          let noResources = [{
            id: -1,
            name: $t('No resources'),
            fullName: '/'+$t('No resources'),
            name: $t('Unauthorized or deleted resources'),
            fullName: '/'+$t('Unauthorized or deleted resources'),
            children: []
          }]
          if(optionsCmp.length>0) {
+2 −2
Original line number Diff line number Diff line
@@ -49,10 +49,10 @@
          <th scope="col" width="60">
            <span>{{$t('Run Times')}}</span>
          </th>
          <th scope="col" width="100">
          <th scope="col" width="125">
            <span>{{$t('host')}}</span>
          </th>
          <th scope="col" width="60">
          <th scope="col" width="55">
            <span>{{$t('fault-tolerant sign')}}</span>
          </th>
          <th scope="col" width="30">
Loading