mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
UI: Fixes the style/css of deploy VM with stay on-page button. (#6108)
* fixes style of deploy VM with stay on page * fixes translation
This commit is contained in:
parent
704a939c65
commit
594c2c1b07
@ -1289,8 +1289,8 @@
|
||||
"label.lastname.lower": "lastname",
|
||||
"label.latest.events": "Latest events",
|
||||
"label.launch": "Launch",
|
||||
"label.launch.vm": "Launch Virtual Machine",
|
||||
"label.launch.vm.and.stay": "Launch VM & Stay On This Page",
|
||||
"label.launch.vm": "Launch Instance",
|
||||
"label.launch.vm.and.stay": "Launch Instance & Stay On This Page",
|
||||
"label.launch.zone": "Launch Zone",
|
||||
"label.lb.algorithm.leastconn": "Least connections",
|
||||
"label.lb.algorithm.roundrobin": "Round-robin",
|
||||
|
||||
@ -655,7 +655,7 @@
|
||||
{{ $t('label.launch.vm') }}
|
||||
<template #icon><down-outlined /></template>
|
||||
<template #overlay>
|
||||
<a-menu type="primary" @click="handleSubmitAndStay" theme="dark">
|
||||
<a-menu type="primary" @click="handleSubmitAndStay" theme="dark" class="btn-stay-on-page">
|
||||
<a-menu-item type="primary" key="1">
|
||||
<rocket-outlined />
|
||||
{{ $t('label.launch.vm.and.stay') }}
|
||||
@ -2396,4 +2396,12 @@ export default {
|
||||
.form-item-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-stay-on-page {
|
||||
&.ant-dropdown-menu-dark {
|
||||
.ant-dropdown-menu-item:hover {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user