diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 9da6cfde..25db77e8 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -52,6 +52,7 @@ import { CopyDockerTemplateComponent } from './components/preferences/docker/cop import { CopyIouTemplateComponent } from './components/preferences/ios-on-unix/copy-iou-template/copy-iou-template.component'; import { ListOfSnapshotsComponent } from './components/snapshots/list-of-snapshots/list-of-snapshots.component'; import { ConsoleComponent } from './components/settings/console/console.component'; +import { HelpComponent } from './components/help/help.component'; const routes: Routes = [ { @@ -62,6 +63,7 @@ const routes: Routes = [ { path: 'servers', component: ServersComponent }, { path: 'bundled', component: BundledServerFinderComponent }, { path: 'server/:server_id/projects', component: ProjectsComponent }, + { path: 'help', component: HelpComponent }, { path: 'settings', component: SettingsComponent }, { path: 'settings/console', component: ConsoleComponent }, { path: 'installed-software', component: InstalledSoftwareComponent }, diff --git a/src/app/app.module.ts b/src/app/app.module.ts index be596dd9..75724c39 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -186,6 +186,7 @@ import { DefaultConsoleService } from './services/settings/default-console.servi import { NodeCreatedLabelStylesFixer } from './components/project-map/helpers/node-created-label-styles-fixer'; import { NonNegativeValidator } from './validators/non-negative-validator'; import { RotationValidator } from './validators/rotation-validator'; +import { HelpComponent } from './components/help/help.component'; if (environment.production) { Raven.config('https://b2b1cfd9b043491eb6b566fd8acee358@sentry.io/842726', { @@ -304,7 +305,8 @@ if (environment.production) { AdbutlerComponent, ConsoleDeviceActionComponent, ConsoleComponent, - NodesMenuComponent + NodesMenuComponent, + HelpComponent ], imports: [ BrowserModule, diff --git a/src/app/components/help/help.component.html b/src/app/components/help/help.component.html new file mode 100644 index 00000000..3c72475e --- /dev/null +++ b/src/app/components/help/help.component.html @@ -0,0 +1,15 @@ +