This commit is contained in:
@@ -312,7 +312,7 @@ function generateMenu(vm) {
|
||||
if (vm.rights.change) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "StartAttachmentMaintenanceJob",
|
||||
icon: "fa-robot",
|
||||
icon: "$ayiRobot",
|
||||
surface: false,
|
||||
key: FORM_KEY + ":START_MAINTENANCE_JOB",
|
||||
vm: vm
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
id="password"
|
||||
v-model="password"
|
||||
:readonly="formState.readOnly"
|
||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||
:append-outer-icon="reveal ? '$ayiEye' : '$ayiEyeSlash'"
|
||||
prepend-icon="fa-key"
|
||||
:label="$ay.t('NewPassword')"
|
||||
:type="reveal ? 'text' : 'password'"
|
||||
|
||||
@@ -310,7 +310,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-rocket",
|
||||
icon: "$ayiRocket",
|
||||
title: "Evaluate",
|
||||
helpUrl: "ay-evaluate",
|
||||
menuItems: []
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
id="password"
|
||||
v-model="password"
|
||||
:readonly="formState.readOnly"
|
||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||
:append-outer-icon="reveal ? '$ayiEye' : '$ayiEyeSlash'"
|
||||
prepend-icon="fa-key"
|
||||
:label="$ay.t('NewPassword')"
|
||||
:type="reveal ? 'text' : 'password'"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
id="password"
|
||||
v-model="obj.oldPassword"
|
||||
:readonly="formState.readOnly"
|
||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||
:append-outer-icon="reveal ? '$ayiEye' : '$ayiEyeSlash'"
|
||||
prepend-icon="fa-key"
|
||||
:label="$ay.t('OldPassword')"
|
||||
:type="reveal ? 'text' : 'password'"
|
||||
@@ -47,7 +47,7 @@
|
||||
<v-text-field
|
||||
v-model="obj.newPassword"
|
||||
:readonly="formState.readOnly"
|
||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||
:append-outer-icon="reveal ? '$ayiEye' : '$ayiEyeSlash'"
|
||||
prepend-icon="fa-key"
|
||||
:label="$ay.t('NewPassword')"
|
||||
:type="reveal ? 'text' : 'password'"
|
||||
@@ -63,7 +63,7 @@
|
||||
<v-text-field
|
||||
v-model="obj.confirmPassword"
|
||||
:readonly="formState.readOnly"
|
||||
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
|
||||
:append-outer-icon="reveal ? '$ayiEye' : '$ayiEyeSlash'"
|
||||
prepend-icon="fa-key"
|
||||
:label="$ay.t('ConfirmPassword')"
|
||||
:type="reveal ? 'text' : 'password'"
|
||||
|
||||
@@ -371,7 +371,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-file-archive",
|
||||
icon: "$ayiFileArchive",
|
||||
title: "Backup",
|
||||
helpUrl: "form-ops-backup",
|
||||
formData: {
|
||||
@@ -392,7 +392,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "BackupNow",
|
||||
icon: "fa-file-archive",
|
||||
icon: "$ayiFileArchive",
|
||||
surface: false,
|
||||
key: FORM_KEY + ":backupnow",
|
||||
vm: vm
|
||||
|
||||
@@ -174,7 +174,7 @@ export default {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-robot",
|
||||
icon: "$ayiRobot",
|
||||
title: "ServerJobs",
|
||||
helpUrl: "form-ops-jobs",
|
||||
formData: {
|
||||
@@ -194,7 +194,7 @@ function generateMenu(vm) {
|
||||
if (vm.rights.change) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "OpsTestJob",
|
||||
icon: "fa-robot",
|
||||
icon: "$ayiRobot",
|
||||
surface: false,
|
||||
key: FORM_KEY + ":TEST_JOB",
|
||||
vm: vm
|
||||
|
||||
@@ -455,7 +455,7 @@ function tabIndexToRoute(tabIndex) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-file-medical-alt",
|
||||
icon: "$ayiFileMedicalAlt",
|
||||
title: "ServerMetrics",
|
||||
helpUrl: "form-ops-metrics",
|
||||
formData: {
|
||||
|
||||
@@ -423,7 +423,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "TestSMTPSettings",
|
||||
icon: "fa-vial",
|
||||
icon: "$ayiVial",
|
||||
surface: false,
|
||||
key: FORM_KEY + ":test",
|
||||
vm: vm
|
||||
|
||||
@@ -205,7 +205,7 @@ function generateMenu(vm) {
|
||||
// if (vm.rights.change) {
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "OpsTestJob",
|
||||
// icon: "fa-robot",
|
||||
// icon: "$ayiRobot",
|
||||
// surface: false,
|
||||
// key: FORM_KEY + ":TEST_JOB",
|
||||
// vm: vm
|
||||
|
||||
@@ -85,7 +85,7 @@ export default {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-binoculars",
|
||||
icon: "$ayiBinoculars",
|
||||
title: "ServerProfiler",
|
||||
helpUrl: "form-ops-profile",
|
||||
formData: {
|
||||
|
||||
@@ -247,7 +247,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-door-open",
|
||||
icon: "$ayiDoorOpen",
|
||||
title: "ServerState",
|
||||
helpUrl: "form-ops-server-state",
|
||||
formData: {
|
||||
|
||||
@@ -113,7 +113,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-vial",
|
||||
icon: "$ayiVial",
|
||||
title: "WidgetList",
|
||||
helpUrl: "form-ay-data-list-view",
|
||||
menuItems: [],
|
||||
|
||||
Reference in New Issue
Block a user