Further layout improvements
This commit is contained in:
parent
a992f88aea
commit
07c4399bbf
10 changed files with 121 additions and 109 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<button
|
||||
v-if="canTerminate"
|
||||
type="button"
|
||||
class="uk-button uk-button-danger uk-form-small uk-margin-remove uk-float-right uk-width-1-1"
|
||||
class="uk-button uk-button-danger uk-margin-remove uk-float-right uk-width-1-1"
|
||||
@click="terminateTask()"
|
||||
>
|
||||
Terminate
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<button
|
||||
type="button"
|
||||
:hidden="taskRunning"
|
||||
class="uk-button uk-form-small uk-margin-remove uk-width-1-1"
|
||||
class="uk-button uk-margin-remove uk-width-1-1"
|
||||
:class="[buttonPrimary ? 'uk-button-primary' : 'uk-button-default']"
|
||||
@click="bootstrapTask()"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue