File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
frontend/src/views/container/compose Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 101101 :indent-with-tab =" true"
102102 :tabSize =" 4"
103103 :lineWrapping =" true"
104+ :disabled =" true"
104105 :matchBrackets =" true"
105106 theme =" cobalt"
106107 :styleActiveLine =" true"
Original file line number Diff line number Diff line change 5151 :tabSize =" 4"
5252 :lineWrapping =" true"
5353 :matchBrackets =" true"
54+ :disabled =" true"
5455 theme =" cobalt"
5556 :styleActiveLine =" true"
5657 :extensions =" extensions"
@@ -93,7 +94,7 @@ const name = ref();
9394const environmentStr = ref ();
9495const environmentEnv = ref ();
9596const createdBy = ref ();
96- const envFileContent = ` env_file:\n - 1panel.env ` ;
97+ const envFileContent = ref ( ` env_file:\n - 1panel.env ` ) ;
9798
9899const onSubmitEdit = async () => {
99100 const param = {
You can’t perform that action at this time.
0 commit comments