Skip to content
Snippets Groups Projects
Commit 68046eaa authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add ncm

parent aa1fd4ca
No related branches found
No related tags found
1 merge request!523NCM: Geophysical
......@@ -12,6 +12,8 @@ export interface Applications {
gmm: GmmApplications;
/** Hazard applications */
hazard: HazardApplications;
/** NCM applications */
ncm: NcmApplications;
/** Service application */
services: Navigation;
/** Source applications */
......@@ -31,6 +33,7 @@ export interface AwsApplications {
/** Terminate hazard runs applications */
terminateHazJobs: Navigation;
}
/**
* Development applications navigation config.
*/
......@@ -94,6 +97,14 @@ export interface HazardApplications {
static: Navigation;
}
/**
* NCM applications.
*/
export interface NcmApplications {
/** Geophysical profiles application */
geophysicalProfiles: Navigation;
}
/**
* Source applications
*/
......
......@@ -46,6 +46,12 @@ export function apps(): Applications {
routerLink: '/hazard/static',
},
},
ncm: {
geophysicalProfiles: {
display: 'NCM Geophysical Profiles',
routerLink: '/ncm/geophysical-profiles',
},
},
services: {
display: 'Services',
routerLink: '/services',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment