case 4121
This commit is contained in:
@@ -773,7 +773,7 @@ function initNavPanel() {
|
|||||||
window.$gz.role.canOpen(window.$gz.type.OpsNotificationSettings)
|
window.$gz.role.canOpen(window.$gz.type.OpsNotificationSettings)
|
||||||
) {
|
) {
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "NotificationSettings",
|
title: "OpsNotificationSettings",
|
||||||
icon: "$ayiBullhorn",
|
icon: "$ayiBullhorn",
|
||||||
route: "/ops-notification-settings",
|
route: "/ops-notification-settings",
|
||||||
key: key++
|
key: key++
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ export default {
|
|||||||
"ServerLog",
|
"ServerLog",
|
||||||
"ServerMetrics",
|
"ServerMetrics",
|
||||||
"ServerProfiler",
|
"ServerProfiler",
|
||||||
"NotificationSettings",
|
"OpsNotificationSettings",
|
||||||
"ViewServerConfiguration",
|
"ViewServerConfiguration",
|
||||||
"NotificationCustomerDeliveryLog",
|
"NotificationCustomerDeliveryLog",
|
||||||
"NotificationDeliveryLog",
|
"NotificationDeliveryLog",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-tabs v-model="tab" mobile-breakpoint="100">
|
<v-tabs v-model="tab" mobile-breakpoint="100">
|
||||||
<v-tab>{{ $ay.t("NotifyEventType") }}</v-tab>
|
<v-tab>{{ $ay.t("NotifyEventType") }}</v-tab>
|
||||||
<v-tab>{{ $ay.t("NotificationSettings") }}</v-tab>
|
<v-tab>{{ $ay.t("OpsNotificationSettings") }}</v-tab>
|
||||||
<v-tabs-items v-model="tab">
|
<v-tabs-items v-model="tab">
|
||||||
<v-tab-item class="mt-4 ml-2">
|
<v-tab-item class="mt-4 ml-2">
|
||||||
<v-row>
|
<v-row>
|
||||||
@@ -1168,7 +1168,7 @@ async function fetchTranslatedText() {
|
|||||||
"UiFieldDataTypesInteger",
|
"UiFieldDataTypesInteger",
|
||||||
"QuoteQuoteStatusType",
|
"QuoteQuoteStatusType",
|
||||||
"AttachReport",
|
"AttachReport",
|
||||||
"NotificationSettings",
|
"OpsNotificationSettings",
|
||||||
"NotifyEventType",
|
"NotifyEventType",
|
||||||
"CurrencyCode",
|
"CurrencyCode",
|
||||||
"LanguageCode",
|
"LanguageCode",
|
||||||
|
|||||||
@@ -372,7 +372,7 @@ function generateMenu(vm) {
|
|||||||
isMain: true,
|
isMain: true,
|
||||||
readOnly: vm.formState.readOnly,
|
readOnly: vm.formState.readOnly,
|
||||||
icon: "$ayiBullhorn",
|
icon: "$ayiBullhorn",
|
||||||
title: "NotificationSettings",
|
title: "OpsNotificationSettings",
|
||||||
helpUrl: "ops-notification-system",
|
helpUrl: "ops-notification-system",
|
||||||
formData: {
|
formData: {
|
||||||
ayaType: window.$gz.type.OpsNotificationSettings
|
ayaType: window.$gz.type.OpsNotificationSettings
|
||||||
|
|||||||
Reference in New Issue
Block a user