Loading dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/start.vue +8 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,12 @@ <div class="title-box"> <span>{{$t('Please set the parameters before starting')}}</span> </div> <div class="clearfix list"> <div class="text"> {{$t('Process Name')}} </div> <div style="line-height: 32px;">{{workflowName}}</div> </div> <div class="clearfix list"> <div class="text"> {{$t('Failure Strategy')}} Loading Loading @@ -174,6 +180,7 @@ processDefinitionId: 0, failureStrategy: 'CONTINUE', warningTypeList: warningTypeList, workflowName: '', warningType: '', notifyGroupList: [], warningGroupId: '', Loading Loading @@ -276,6 +283,7 @@ this.warningGroupId = '' }) }) this.workflowName = this.item.name }, computed: {}, components: { mEmail, mPriority, mWorkerGroups } Loading dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/chartConfig.js +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ let pie = { avoidLabelOverlap: true, // Whether to prevent the label overlap policy hoverAnimation: true, // Whether to enable hover to enlarge the animation on the sector. radius: ['30%', '60%'], center: ['50%', '50%'], center: ['53%', '60%'], label: { align: 'left', normal: { Loading dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/processStateCount.vue +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ <th>{{$t('Number')}}</th> <th>{{$t('State')}}</th> </tr> <tr v-for="(item,$index) in processStateList"> <tr v-for="(item,$index) in processStateList" :key="$index"> <td><span>{{$index+1}}</span></td> <td><span><a href="javascript:" @click="searchParams.projectId && _goProcess(item.key)" :class="searchParams.projectId ?'links':''">{{item.value}}</a></span></td> <td><span class="ellipsis" style="width: 98%;" :title="item.key">{{item.key}}</span></td> Loading Loading
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/start.vue +8 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,12 @@ <div class="title-box"> <span>{{$t('Please set the parameters before starting')}}</span> </div> <div class="clearfix list"> <div class="text"> {{$t('Process Name')}} </div> <div style="line-height: 32px;">{{workflowName}}</div> </div> <div class="clearfix list"> <div class="text"> {{$t('Failure Strategy')}} Loading Loading @@ -174,6 +180,7 @@ processDefinitionId: 0, failureStrategy: 'CONTINUE', warningTypeList: warningTypeList, workflowName: '', warningType: '', notifyGroupList: [], warningGroupId: '', Loading Loading @@ -276,6 +283,7 @@ this.warningGroupId = '' }) }) this.workflowName = this.item.name }, computed: {}, components: { mEmail, mPriority, mWorkerGroups } Loading
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/chartConfig.js +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ let pie = { avoidLabelOverlap: true, // Whether to prevent the label overlap policy hoverAnimation: true, // Whether to enable hover to enlarge the animation on the sector. radius: ['30%', '60%'], center: ['50%', '50%'], center: ['53%', '60%'], label: { align: 'left', normal: { Loading
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/processStateCount.vue +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ <th>{{$t('Number')}}</th> <th>{{$t('State')}}</th> </tr> <tr v-for="(item,$index) in processStateList"> <tr v-for="(item,$index) in processStateList" :key="$index"> <td><span>{{$index+1}}</span></td> <td><span><a href="javascript:" @click="searchParams.projectId && _goProcess(item.key)" :class="searchParams.projectId ?'links':''">{{item.value}}</a></span></td> <td><span class="ellipsis" style="width: 98%;" :title="item.key">{{item.key}}</span></td> Loading