This commit is contained in:
2020-10-22 18:36:01 +00:00
parent c4bb573b77
commit 88b979b18e
3 changed files with 10 additions and 30 deletions

View File

@@ -16,11 +16,6 @@
$ay.t("PickListTemplates")
}}</v-list-item-title>
</v-list-item>
<!-- <v-subheader>{{ $ay.t("Server") }}</v-subheader>
<v-list-item>
<v-list-item-title>{{ $ay.t("Notifications") }}</v-list-item-title>
</v-list-item> -->
</v-list>
</v-card>
</div>

View File

@@ -36,9 +36,12 @@
<v-card-actions>
<v-btn text @click="deleteItem(i)">{{ $ay.t("Delete") }}</v-btn>
<v-btn text @click="openSubscription(i)">{{
$ay.t("NotifySubscription")
}}</v-btn>
<v-btn
text
@click="openSubscription(i)"
v-if="i.eventType != 27"
>{{ $ay.t("NotifySubscription") }}</v-btn
>
<v-btn text @click="openItem(i)" v-if="i.objectId != 0">{{
$ay.t("Open")
}}</v-btn>