mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add switch to control dashboard mode (#31)
This commit is contained in:
@@ -13,11 +13,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License. -->
|
||||
<template>
|
||||
<Tool v-if="p.entity" />
|
||||
<Tool />
|
||||
<div
|
||||
class="ds-main"
|
||||
@click="handleClick"
|
||||
:style="{ height: p.entity ? 'calc(100% - 45px)' : '100%' }"
|
||||
:style="{ height: dashboardStore.editMode ? 'calc(100% - 45px)' : '100%' }"
|
||||
>
|
||||
<grid-layout />
|
||||
<el-dialog
|
||||
|
Reference in New Issue
Block a user