From d183911ee51669b024fc20d8df492e6475e866fb Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 11 Aug 2019 12:26:01 +0200 Subject: [PATCH] remove static sidebar entries --- .../src/app/sidebar/sidebar.component.ts | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/frontend/dashboard/src/app/sidebar/sidebar.component.ts b/src/frontend/dashboard/src/app/sidebar/sidebar.component.ts index 78a84c8..b275c75 100644 --- a/src/frontend/dashboard/src/app/sidebar/sidebar.component.ts +++ b/src/frontend/dashboard/src/app/sidebar/sidebar.component.ts @@ -7,22 +7,7 @@ import { Component, OnInit } from '@angular/core'; }) export class SidebarComponent implements OnInit { - entries:{text:string, icon:string, route:string}[] = [ - { - text: "we", - icon: "step-forward-2", - route: "/test" - },{ - text: "are", - icon: "cloud", - route: "/test" - },{ - text: "static", - icon: "success-standard", - route: "/test" - }, - - ] + entries:{text:string, icon:string, route:string}[] = [] constructor() { }