chore(ui/fluxtask): improve messages
parent
75f7fe6622
commit
53911abcfa
|
@ -190,7 +190,7 @@ const FluxTaskPage: FC<Props> = ({source, params: {taskID, kid}, router}) => {
|
||||||
active={!areLogsVisible}
|
active={!areLogsVisible}
|
||||||
value={false}
|
value={false}
|
||||||
onClick={setLogsVisible}
|
onClick={setLogsVisible}
|
||||||
titleText="Show just the TICKscript Editor"
|
titleText="Show just the Flux Task Script"
|
||||||
>
|
>
|
||||||
Script
|
Script
|
||||||
</Radio.Button>
|
</Radio.Button>
|
||||||
|
|
Loading…
Reference in New Issue