This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user