mirror of https://github.com/veops/cmdb.git
commit
c5761fc805
|
@ -10,14 +10,11 @@
|
|||
<a-tab-pane key="3" :tab="$t('cmdb.ciType.autoDiscoveryTab')">
|
||||
<ADTab v-if="activeKey === '3'" :CITypeId="CITypeId"></ADTab>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="5" :tab="$t('cmdb.reconciliation.tab')">
|
||||
<ReconciliationTable ref="reconciliationTable" :CITypeId="CITypeId" :CITypeChangeDisabled="true" />
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="6" :tab="$t('cmdb.ciType.trigger')">
|
||||
<a-tab-pane key="5" :tab="$t('cmdb.ciType.trigger')">
|
||||
<TriggerTable ref="triggerTable" :CITypeId="CITypeId"></TriggerTable>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="7" :tab="$t('cmdb.ciType.grant')">
|
||||
<template v-if="activeKey === '7'">
|
||||
<a-tab-pane key="6" :tab="$t('cmdb.ciType.grant')">
|
||||
<template v-if="activeKey === '6'">
|
||||
<GrantComp :CITypeId="CITypeId" resourceType="CIType" :resourceTypeName="CITypeName"></GrantComp>
|
||||
<div class="citype-detail-title">{{ $t('cmdb.components.relationGrant') }}</div>
|
||||
<RelationTable isInGrantComp :CITypeId="CITypeId" :CITypeName="CITypeName"></RelationTable>
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<div class="setting-discovery-empty" v-else>
|
||||
<img class="setting-discovery-empty-img" :src="require(`@/modules/monitor/assets/empty-state.svg`)" />
|
||||
<img class="setting-discovery-empty-img" :src="require(`@/assets/data_empty.png`)" />
|
||||
<p class="setting-discovery-empty-text">{{ $t('noData') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
@primary-color_7: #f7f8fa;
|
||||
@primary-color_8: #b1c9ff;
|
||||
|
||||
@link-color: @primary-color;
|
||||
|
||||
// Neutral color
|
||||
@text-color_1: #1d2129;
|
||||
@text-color_2: #4e5969;
|
||||
|
|
Loading…
Reference in New Issue