This commit is contained in:
2020-10-06 00:03:52 +00:00
parent e0b3222507
commit 1c65a89d4a
21 changed files with 148 additions and 52 deletions

View File

@@ -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

View File

@@ -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'"

View File

@@ -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: []

View File

@@ -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'"

View File

@@ -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'"

View File

@@ -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

View File

@@ -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

View File

@@ -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: {

View File

@@ -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

View File

@@ -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

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -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: [],