Re-enable prettier
This commit is contained in:
parent
7267f4557a
commit
6606754aef
5 changed files with 12 additions and 14 deletions
|
|
@ -104,7 +104,7 @@ export default {
|
|||
type: Boolean,
|
||||
required: false,
|
||||
default: false,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
emits: [
|
||||
|
|
|
|||
|
|
@ -2,10 +2,7 @@
|
|||
<div ref="modal" class="" uk-modal="bg-close: false; esc-close: false; stack: true;">
|
||||
<div id="status-modal" class="uk-modal-dialog uk-modal-body uk-margin-auto-vertical">
|
||||
<h2>{{ title }}</h2>
|
||||
<mini-stream-display
|
||||
v-if="displayStream"
|
||||
class="uk-margin-small-bottom"
|
||||
/>
|
||||
<mini-stream-display v-if="displayStream" class="uk-margin-small-bottom" />
|
||||
<action-log-display :log="log" :task-status="taskStatus" />
|
||||
<div id="progress-and-cancel-row">
|
||||
<div class="stretchy">
|
||||
|
|
@ -116,7 +113,7 @@ export default {
|
|||
margin-right: 5px;
|
||||
}
|
||||
#status-modal {
|
||||
max-height: 90vh; // never exceed 90% of viewport height
|
||||
max-height: 90vh; // never exceed 90% of viewport height
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -193,9 +193,7 @@ export default {
|
|||
}
|
||||
},
|
||||
isDisabled() {
|
||||
return !this.dataSchema?.forms?.some(form =>
|
||||
form.op?.includes('writeproperty')
|
||||
);
|
||||
return !this.dataSchema?.forms?.some((form) => form.op?.includes("writeproperty"));
|
||||
},
|
||||
useDropdown: function () {
|
||||
if (this.options === null) return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue