songjianet
3 years ago
committed by
GitHub
7 changed files with 414 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
### data source |
||||
|
||||
class: |
||||
- [ ] data-source-items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] options-datasource-type |
||||
|
||||
id: |
||||
- [ ] btnCreateDataSource |
||||
- [ ] dialogCreateDataSource |
||||
- [ ] btnDelete |
||||
- [ ] btnDataSourceTypeDropDown |
||||
- [ ] inputDataSourceName |
||||
- [ ] inputDataSourceDescription |
||||
- [ ] inputIP |
||||
- [ ] inputPort |
||||
- [ ] inputUserName |
||||
- [ ] inputPassword |
||||
- [ ] inputDataBase |
||||
- [ ] inputJdbcParams |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
- [ ] btnTestConnection |
@ -0,0 +1,6 @@
|
||||
### login |
||||
|
||||
id: |
||||
- [ ] inputUsername |
||||
- [ ] inputPassword |
||||
- [ ] btnLogin |
@ -0,0 +1,7 @@
|
||||
### navbar |
||||
|
||||
id: |
||||
- [ ] tabProject |
||||
- [ ] tabSecurity |
||||
- [ ] tabResource |
||||
- [ ] tabDataSource |
@ -0,0 +1,125 @@
|
||||
### project |
||||
|
||||
class: |
||||
- [ ] items-project |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] project-name |
||||
- [ ] delete |
||||
|
||||
id: |
||||
- [ ] btnCreateProject |
||||
- [ ] inputProjectName |
||||
- [ ] btnSubmit |
||||
|
||||
#### detail |
||||
|
||||
class: |
||||
- [ ] tab-process-definition |
||||
- [ ] tab-process-instance |
||||
- [ ] tab-task-instance |
||||
|
||||
#### workflow save dialog |
||||
|
||||
class: |
||||
- [ ] input-param-key |
||||
- [ ] input-param-val |
||||
- [ ] option-tenants |
||||
- [ ] add |
||||
- [ ] add-dp |
||||
|
||||
id: |
||||
- [ ] inputName |
||||
- [ ] btnSubmit |
||||
- [ ] selectTenant |
||||
|
||||
#### workflow run dialog |
||||
|
||||
id: |
||||
- [ ] btnSubmit |
||||
|
||||
#### workflow instance tab |
||||
|
||||
class: |
||||
- [ ] items-workflow-instances |
||||
- [ ] select-all |
||||
- [ ] btn-delete-all |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] btn-rerun |
||||
- [ ] success |
||||
- [ ] execution-time |
||||
- [ ] btn-rerun |
||||
|
||||
#### workflow format dialog |
||||
|
||||
class: |
||||
- [ ] el-dialog__wrapper |
||||
- [ ] el-button--primary |
||||
|
||||
#### workflow form |
||||
|
||||
class: |
||||
- [ ] graph-format |
||||
- [ ] task-item-`type` |
||||
- [ ] dag-container |
||||
|
||||
id: |
||||
- [ ] btnSave |
||||
|
||||
#### workflow definition tab |
||||
|
||||
class: |
||||
- [ ] select-all |
||||
- [ ] btn-delete-all |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] items |
||||
- [ ] name |
||||
- [ ] button-publish |
||||
- [ ] button-run |
||||
- [ ] btn-cancel-publish |
||||
|
||||
id: |
||||
- [ ] btnCreateProcess |
||||
|
||||
#### task instance tab |
||||
|
||||
class: |
||||
- [ ] items-task-instances |
||||
- [ ] task-instance-state |
||||
- [ ] task-instance-name |
||||
|
||||
#### switch task form |
||||
|
||||
class: |
||||
- [ ] switch-task |
||||
- [ ] switch-else |
||||
- [ ] el-input__inner |
||||
- [ ] option-else-branches |
||||
- [ ] option-if-branches |
||||
|
||||
id: |
||||
- [ ] btnAddIfBranch |
||||
|
||||
#### switch task if branch |
||||
|
||||
class: |
||||
- [ ] switch-task |
||||
- [ ] switch-list |
||||
- [ ] el-input |
||||
|
||||
#### task node form |
||||
|
||||
class: |
||||
- [ ] input-param-key |
||||
- [ ] input-param-val |
||||
- [ ] pre_tasks-model |
||||
- [ ] user-def-params-model |
||||
- [ ] add |
||||
- [ ] add-dp |
||||
- [ ] option-pre-tasks |
||||
|
||||
id: |
||||
- [ ] inputNodeName |
||||
- [ ] btnSubmit |
@ -0,0 +1,125 @@
|
||||
### resource |
||||
|
||||
#### file manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
|
||||
id: |
||||
- [ ] btnCreateDirectory |
||||
- [ ] btnCreateFile |
||||
- [ ] btnUploadFile |
||||
- [ ] delete |
||||
- [ ] btnRename |
||||
- [ ] btnEdit |
||||
- [ ] btnDownload |
||||
|
||||
##### create directory |
||||
|
||||
id: |
||||
- [ ] inputDirectoryName |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
##### rename directory |
||||
|
||||
id: |
||||
- [ ] inputName |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
##### create file |
||||
|
||||
id: |
||||
- [ ] inputFileName |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
##### upload file |
||||
|
||||
id: |
||||
- [ ] btnUpload |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### function manage |
||||
|
||||
class: |
||||
- [ ] udf-function-items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
|
||||
id: |
||||
- [ ] btnCreateUdfFunction |
||||
- [ ] btnRename |
||||
- [ ] btnDelete |
||||
|
||||
##### create unf function |
||||
|
||||
class: |
||||
- [ ] vue-treeselect__menu |
||||
|
||||
id: |
||||
- [ ] inputFunctionName |
||||
- [ ] inputClassName |
||||
- [ ] btnUdfResourceDropDown |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
##### rename udf function |
||||
|
||||
id: |
||||
- [ ] inputFunctionName |
||||
- [ ] inputClassName |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### resource |
||||
|
||||
class: |
||||
- [ ] tab-file-manage |
||||
- [ ] tab-udf-resource-manage |
||||
- [ ] tab-function-resource-manage |
||||
|
||||
#### udf manage |
||||
|
||||
class: |
||||
- [ ] udf-items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
|
||||
id: |
||||
- [ ] btnCreateDirectory |
||||
- [ ] btnUploadUdf |
||||
- [ ] btnDownload |
||||
- [ ] btnRename |
||||
- [ ] btnDelete |
||||
|
||||
##### rename directory |
||||
|
||||
id: |
||||
- [ ] inputName |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
##### upload file |
||||
|
||||
id: |
||||
- [ ] btnUpload |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
##### create directory |
||||
|
||||
id: |
||||
- [ ] inputDirectoryName |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
@ -0,0 +1,118 @@
|
||||
### security |
||||
|
||||
class: |
||||
- [ ] tab-tenant-manage |
||||
- [ ] tab-user-manage |
||||
- [ ] tab-worker-group-manage |
||||
- [ ] tab-queue-manage |
||||
- [ ] tab-environment-manage |
||||
- [ ] tab-token-manage |
||||
|
||||
#### tenant manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] tenantCode |
||||
- [ ] edit |
||||
- [ ] delete |
||||
|
||||
id: |
||||
- [ ] btnCreateTenant |
||||
- [ ] inputTenantCode |
||||
- [ ] selectQueue |
||||
- [ ] inputDescription |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### user manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] name |
||||
- [ ] edit |
||||
- [ ] delete |
||||
|
||||
id: |
||||
- [ ] btnCreateUser |
||||
- [ ] inputUserName |
||||
- [ ] inputUserPassword |
||||
- [ ] selectTenant |
||||
- [ ] selectQueue |
||||
- [ ] inputEmail |
||||
- [ ] inputPhone |
||||
- [ ] radioStateEnable |
||||
- [ ] radioStateDisable |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### worker group manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] vue-treeselect__menu |
||||
- [ ] name |
||||
- [ ] edit |
||||
- [ ] delete |
||||
|
||||
id: |
||||
- [ ] btnCreateWorkerGroup |
||||
- [ ] inputWorkerGroupName |
||||
- [ ] selectWorkerAddress |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### queue manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] queueName |
||||
- [ ] edit |
||||
|
||||
id: |
||||
- [ ] btnCreateQueue |
||||
- [ ] inputQueueName |
||||
- [ ] inputQueueValue |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### environment manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] environmentName |
||||
- [ ] edit |
||||
- [ ] delete |
||||
|
||||
id: |
||||
- [ ] btnCreateEnvironment |
||||
- [ ] inputEnvironmentName |
||||
- [ ] inputEnvironmentConfig |
||||
- [ ] inputEnvironmentDesc |
||||
- [ ] inputEnvironmentWorkerGroup |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
||||
|
||||
#### token manage |
||||
|
||||
class: |
||||
- [ ] items |
||||
- [ ] el-popconfirm |
||||
- [ ] el-button--primary |
||||
- [ ] userName |
||||
- [ ] token |
||||
- [ ] edit |
||||
- [ ] delete |
||||
|
||||
id: |
||||
- [ ] btnCreateToken |
||||
- [ ] btnGenerateToken |
||||
- [ ] btnSubmit |
||||
- [ ] btnCancel |
Loading…
Reference in new issue