aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/pages')
-rw-r--r--webapp/src/app/pages/dashboard/dashboard.module.ts37
-rw-r--r--webapp/src/app/pages/pages-menu.ts124
-rw-r--r--webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.scss1
-rw-r--r--webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.ts1
4 files changed, 1 insertions, 162 deletions
diff --git a/webapp/src/app/pages/dashboard/dashboard.module.ts b/webapp/src/app/pages/dashboard/dashboard.module.ts
index 5f3a960..957eff4 100644
--- a/webapp/src/app/pages/dashboard/dashboard.module.ts
+++ b/webapp/src/app/pages/dashboard/dashboard.module.ts
@@ -17,54 +17,19 @@
*/
import { NgModule } from '@angular/core';
-import { AngularEchartsModule } from 'ngx-echarts';
import { ThemeModule } from '../../@theme/theme.module';
import { DashboardComponent } from './dashboard.component';
import { StatusCardComponent } from './status-card/status-card.component';
-/*
-import { ContactsComponent } from './contacts/contacts.component';
-import { RoomsComponent } from './rooms/rooms.component';
-import { RoomSelectorComponent } from './rooms/room-selector/room-selector.component';
-import { TemperatureComponent } from './temperature/temperature.component';
-import { TemperatureDraggerComponent } from './temperature/temperature-dragger/temperature-dragger.component';
-import { TeamComponent } from './team/team.component';
-import { KittenComponent } from './kitten/kitten.component';
-import { SecurityCamerasComponent } from './security-cameras/security-cameras.component';
-import { ElectricityComponent } from './electricity/electricity.component';
-import { ElectricityChartComponent } from './electricity/electricity-chart/electricity-chart.component';
-import { WeatherComponent } from './weather/weather.component';
-import { SolarComponent } from './solar/solar.component';
-import { PlayerComponent } from './rooms/player/player.component';
-import { TrafficComponent } from './traffic/traffic.component';
-import { TrafficChartComponent } from './traffic/traffic-chart.component';
-*/
+
@NgModule({
imports: [
ThemeModule,
- AngularEchartsModule,
],
declarations: [
DashboardComponent,
StatusCardComponent,
- /*
- TemperatureDraggerComponent,
- ContactsComponent,
- RoomSelectorComponent,
- TemperatureComponent,
- RoomsComponent,
- TeamComponent,
- KittenComponent,
- SecurityCamerasComponent,
- ElectricityComponent,
- ElectricityChartComponent,
- WeatherComponent,
- PlayerComponent,
- SolarComponent,
- TrafficComponent,
- TrafficChartComponent,
- */
],
})
export class DashboardModule { }
diff --git a/webapp/src/app/pages/pages-menu.ts b/webapp/src/app/pages/pages-menu.ts
index 71acc78..eb5462c 100644
--- a/webapp/src/app/pages/pages-menu.ts
+++ b/webapp/src/app/pages/pages-menu.ts
@@ -88,130 +88,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
},
],
},
- /*
- {
- title: 'UI Features',
- icon: 'nb-keypad',
- link: '/pages/ui-features',
- children: [
- {
- title: 'Buttons',
- link: '/pages/ui-features/buttons',
- },
- {
- title: 'Grid',
- link: '/pages/ui-features/grid',
- },
- {
- title: 'Icons',
- link: '/pages/ui-features/icons',
- },
- {
- title: 'Modals',
- link: '/pages/ui-features/modals',
- },
- {
- title: 'Typography',
- link: '/pages/ui-features/typography',
- },
- {
- title: 'Animated Searches',
- link: '/pages/ui-features/search-fields',
- },
- {
- title: 'Tabs',
- link: '/pages/ui-features/tabs',
- },
- ],
- },
- {
- title: 'Forms',
- icon: 'nb-compose',
- children: [
- {
- title: 'Form Inputs',
- link: '/pages/forms/inputs',
- },
- {
- title: 'Form Layouts',
- link: '/pages/forms/layouts',
- },
- ],
- },
- {
- title: 'Components',
- icon: 'nb-gear',
- children: [
- {
- title: 'Tree',
- link: '/pages/components/tree',
- }, {
- title: 'Notifications',
- link: '/pages/components/notifications',
- },
- ],
- },
- {
- title: 'Maps',
- icon: 'nb-location',
- children: [
- {
- title: 'Google Maps',
- link: '/pages/maps/gmaps',
- },
- {
- title: 'Leaflet Maps',
- link: '/pages/maps/leaflet',
- },
- {
- title: 'Bubble Maps',
- link: '/pages/maps/bubble',
- },
- ],
- },
- {
- title: 'Charts',
- icon: 'nb-bar-chart',
- children: [
- {
- title: 'Echarts',
- link: '/pages/charts/echarts',
- },
- {
- title: 'Charts.js',
- link: '/pages/charts/chartjs',
- },
- {
- title: 'D3',
- link: '/pages/charts/d3',
- },
- ],
- },
- {
- title: 'Editors',
- icon: 'nb-title',
- children: [
- {
- title: 'TinyMCE',
- link: '/pages/editors/tinymce',
- },
- {
- title: 'CKEditor',
- link: '/pages/editors/ckeditor',
- },
- ],
- },
- {
- title: 'Tables',
- icon: 'nb-tables',
- children: [
- {
- title: 'Smart Table',
- link: '/pages/tables/smart-table',
- },
- ],
- },
- */
{
title: 'Auth',
icon: 'nb-locked',
diff --git a/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.scss b/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.scss
deleted file mode 100644
index 8b13789..0000000
--- a/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.scss
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.ts b/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.ts
index 3fb99ec..adfc1d8 100644
--- a/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.ts
+++ b/webapp/src/app/pages/projects/project-add-modal/project-add-modal.component.ts
@@ -34,7 +34,6 @@ import { XDSConfigService } from '../../../@core-xds/services/xds-config.service
@Component({
selector: 'xds-project-add-modal',
templateUrl: 'project-add-modal.component.html',
- styleUrls: ['project-add-modal.component.scss'],
})
export class ProjectAddModalComponent implements OnInit {
// @Input('server-id') serverID: string;