瀏覽代碼

Implement guard for rerun job

jnfrati 5 年之前
父節點
當前提交
12fafed28a
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

+ 4 - 0
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

@@ -430,6 +430,10 @@ class ExpandedJobChart extends Component<PropsType, StateType> {
       />
     );
 
+    if (!this.props.isAuthorized("job", "", ["get", "update", "create"])) {
+      saveButton = null;
+    }
+
     switch (currentTab) {
       case "jobs":
         if (this.state.imageIsPlaceholder) {