@@ -48,7 +48,7 @@ export const bastionUsername = process.env.OCI_BASTION_USERNAME;
4848export const bastionPassword = process . env . OCI_BASTION_PASSWORD ;
4949
5050// TIMEOUTS
51- export const wait150MiliSeconds = 150 ;
51+ export const wait150MilliSeconds = 150 ;
5252export const wait1second = 1000 ;
5353export const wait2seconds = 2000 ;
5454export const wait3seconds = 3000 ;
@@ -132,7 +132,7 @@ export const browseRESTDocs = "Browse the MySQL REST Service Documentation";
132132export const configureREST = "Configure Instance for MySQL REST Service Support" ;
133133export const setCurrentDBSchema = "Set As Current Database Schema" ;
134134export const dumpSchemaToDisk = "Dump Schema to Disk" ;
135- export const dumpSchemaToDiskToServ = "Dump Schema to Disk for MySQL Database Service" ;
135+ export const dumpSchemaToDiskToService = "Dump Schema to Disk for MySQL Database Service" ;
136136export const copyToClipboard = "Copy To Clipboard" ;
137137export const copyToClipboardName = "Name" ;
138138export const copyToClipboardStat = "CREATE Statement" ;
@@ -157,7 +157,7 @@ export const killRouters = "Kill Local MySQL Router Instances";
157157export const editRESTService = "Edit REST Service..." ;
158158export const setAsCurrentREST = "Set as Current REST Service" ;
159159export const loadRESTSchemaFromJSON = "Load REST Schema From JSON File..." ;
160- export const exportRESTSDK = "Export REST Service SDK Files ..." ;
160+ export const exportRestSdk = "Export REST Service SDK Files ..." ;
161161export const addNewAuthApp = "Add New Authentication App" ;
162162export const deleteRESTService = "Delete REST Service..." ;
163163export const mrsServiceDocs = "MRS Service Documentation" ;
@@ -177,8 +177,8 @@ export const setCurrentCompartment = "Set as Current Compartment";
177177export const viewDBSystemInfo = "View DB System Information" ;
178178export const createConnWithBastion = "Create Connection with Bastion Service" ;
179179export const startDBSystem = "Start the DB System" ;
180- export const restartDBSytem = "Restart the DB System" ;
181- export const stopDBSytem = "Stop the DB System" ;
180+ export const restartDBSystem = "Restart the DB System" ;
181+ export const stopDBSystem = "Stop the DB System" ;
182182export const deleteDBSystem = "Delete the DB System" ;
183183export const createRouterEndpoint = "Create MySQL Router Endpoint on new Compute Instance" ;
184184export const openNewShellConsole = "Open New MySQL Shell Console" ;
@@ -200,7 +200,7 @@ export const deleteRESTUser = "Delete User";
200200
201201export const checkNewTabAndWebView = "Check New Tab and WebView" ;
202202export const checkNewTab = "Check New Tab" ;
203- export const checkNotif = "Check Notification" ;
203+ export const checkNotification = "Check Notification" ;
204204export const checkInput = "Check Input" ;
205205export const checkWebViewDialog = "Check Dialog inside a webview" ;
206206export const checkDialog = "Check Dialog" ;
@@ -246,7 +246,7 @@ export const dbConnectionSqliteCtxMenu = new Map([
246246export const schemaCtxMenu = new Map ( [
247247 [ setCurrentDBSchema , 1 ] ,
248248 [ dumpSchemaToDisk , 2 ] ,
249- [ dumpSchemaToDiskToServ , 3 ] ,
249+ [ dumpSchemaToDiskToService , 3 ] ,
250250 [ copyToClipboard , 4 ] ,
251251 [ copyToClipboardName , 0 ] ,
252252 [ copyToClipboardStat , 1 ] ,
@@ -295,7 +295,7 @@ export const restServiceCtxMenu = new Map([
295295 [ editRESTService , 1 ] ,
296296 [ setAsCurrentREST , 2 ] ,
297297 [ loadRESTSchemaFromJSON , 3 ] ,
298- [ exportRESTSDK , 4 ] ,
298+ [ exportRestSdk , 4 ] ,
299299 [ addNewAuthApp , 5 ] ,
300300 [ deleteRESTService , 6 ] ,
301301 [ mrsServiceDocs , 7 ] ,
@@ -345,8 +345,8 @@ export const ociDBSCtxMenu = new Map([
345345 [ viewDBSystemInfo , 1 ] ,
346346 [ createConnWithBastion , 2 ] ,
347347 [ startDBSystem , 3 ] ,
348- [ restartDBSytem , 4 ] ,
349- [ stopDBSytem , 5 ] ,
348+ [ restartDBSystem , 4 ] ,
349+ [ stopDBSystem , 5 ] ,
350350 [ deleteDBSystem , 6 ] ,
351351 [ createRouterEndpoint , 7 ] ,
352352] ) ;
0 commit comments