Skip to content
代码片段 群组 项目
提交 61eda8e1 编辑于 作者: Mehrad Malayeri's avatar Mehrad Malayeri 提交者: Timotej Ecimovic
浏览文件
上级 8a9fad32
No related branches found
No related tags found
无相关合并请求
......@@ -37,7 +37,7 @@ limitations under the License.
>
<template v-slot:body="props">
<q-tr :props="props">
<q-td key="status" :props="props" class="q-px-none" style="max-width:30px;">
<q-td key="status" :props="props" class="q-px-none" style="width:30px;max-width:30px;">
<q-icon
v-show="displayAttrWarning(props.row)"
name="warning"
......
......@@ -19,15 +19,15 @@ limitations under the License.
<div class="row q-py-md">
<strong>
<router-link to="/" style="text-decoration:none;color:#027be3;font-weight:bold;"><i aria-hidden="true" role="presentation" class="q-breadcrumbs__el-icon material-icons q-icon notranslate">keyboard_arrow_left</i> Back</router-link>
<q-breadcrumbs>
<q-breadcrumbs active-color="">
<!-- this needs to be updated depending on how the pages will work -->
<q-breadcrumbs-el >
<q-breadcrumbs-el class="">
Endpoint {{ this.endpointId[this.selectedEndpointId] }}
</q-breadcrumbs-el>
<q-breadcrumbs-el >
<q-breadcrumbs-el>
{{ selectedCluster.domainName }}
</q-breadcrumbs-el>
<q-breadcrumbs-el >{{
<q-breadcrumbs-el>{{
selectedCluster.label
}}</q-breadcrumbs-el>
</q-breadcrumbs>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册