Added login and logout

This commit is contained in:
jfrye122
2023-04-20 22:38:22 -04:00
parent b7b6877478
commit f3384d4e36
11 changed files with 133 additions and 37 deletions

View File

@@ -11,7 +11,8 @@
},
"general": {
"actions": {
"signout": "Sign Out"
"signout": "Sign Out",
"logout": "Logout"
},
"labels": {
"na": "N/A"
@@ -326,7 +327,8 @@
"actions": {
"refresh": "Refresh",
"upload": "Upload",
"activetickets": "Time Tickets",
"ticket":"Ticket",
"timetickets": "Time Tickets",
"detail": "Time Ticket Details",
"notickets": "There are no active tickets."
},

View File

@@ -11,7 +11,8 @@
},
"general": {
"actions": {
"signout": ""
"signout": "",
"logout": ""
},
"labels": {
"na": ""
@@ -326,7 +327,8 @@
"actions": {
"refresh": "",
"upload": "",
"activetickets": "",
"ticket": "",
"timetickets": "",
"detail": "",
"notickets": ""
},

View File

@@ -11,7 +11,8 @@
},
"general": {
"actions": {
"signout": ""
"signout": "",
"logout": ""
},
"labels": {
"na": ""
@@ -326,7 +327,8 @@
"actions": {
"refresh": "",
"upload": "",
"activetickets": "",
"ticket": "",
"timetickets": "",
"detail": "",
"notickets": ""
},