always show antennas hint at top
This commit is contained in:
parent
6d66bee740
commit
020b212b10
|
@ -8,37 +8,27 @@
|
||||||
/></template>
|
/></template>
|
||||||
<MkSpacer :content-max="700">
|
<MkSpacer :content-max="700">
|
||||||
<div class="ieepwinx">
|
<div class="ieepwinx">
|
||||||
|
<MkInfo
|
||||||
|
class="_gap"
|
||||||
|
:icon="'flying-saucer'"
|
||||||
|
:card="true"
|
||||||
|
>
|
||||||
|
<p>{{ i18n.ts.antennasDesc }}</p>
|
||||||
|
<MkButton
|
||||||
|
:link="true"
|
||||||
|
to="/my/antennas/create"
|
||||||
|
primary
|
||||||
|
class="add"
|
||||||
|
><i class="ph-plus ph-bold ph-lg"></i>
|
||||||
|
{{ i18n.ts.add }}</MkButton
|
||||||
|
>
|
||||||
|
</MkInfo>
|
||||||
<div class="">
|
<div class="">
|
||||||
<MkPagination
|
<MkPagination
|
||||||
ref="list"
|
ref="list"
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
>
|
>
|
||||||
<template #empty>
|
|
||||||
<MkInfo
|
|
||||||
:icon="'flying-saucer'"
|
|
||||||
:card="true"
|
|
||||||
>
|
|
||||||
<p>{{ i18n.ts.antennasDesc }}</p>
|
|
||||||
<MkButton
|
|
||||||
:link="true"
|
|
||||||
to="/my/antennas/create"
|
|
||||||
primary
|
|
||||||
class="add"
|
|
||||||
><i class="ph-plus ph-bold ph-lg"></i>
|
|
||||||
{{ i18n.ts.add }}</MkButton
|
|
||||||
>
|
|
||||||
</MkInfo>
|
|
||||||
</template>
|
|
||||||
<template #default="{ items }">
|
<template #default="{ items }">
|
||||||
<MkButton
|
|
||||||
:link="true"
|
|
||||||
to="/my/antennas/create"
|
|
||||||
primary
|
|
||||||
class="add"
|
|
||||||
><i class="ph-plus ph-bold ph-lg"></i>
|
|
||||||
{{ i18n.ts.add }}</MkButton
|
|
||||||
>
|
|
||||||
<div v-for="antenna in items" :key="antenna.id">
|
<div v-for="antenna in items" :key="antenna.id">
|
||||||
<MkA
|
<MkA
|
||||||
class="uopelskx"
|
class="uopelskx"
|
||||||
|
|
Loading…
Reference in New Issue