fixed permission
This commit is contained in:
@@ -130,14 +130,14 @@
|
||||
} else {
|
||||
App.ui.notify("unknown error", "danger");
|
||||
}
|
||||
if (data) {
|
||||
if (data) {
|
||||
$this.modal.show();
|
||||
editor = $this.refs.codemirror.editor;
|
||||
editor.setValue(JSON.stringify(data, null, 2), true);
|
||||
editor.setOption("readOnly", true);
|
||||
editor.setSize($this.modal.dialog[0].clientWidth - 50, $this.modal.dialog[0].clientHeight - 70);
|
||||
editor.refresh();
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
App.ui.notify(App.i18n.get("A new deploy was requested."), "success");
|
||||
|
||||
Reference in New Issue
Block a user