diff --git a/app/components/config/defaultLayoutConfig.json b/app/components/config/defaultLayoutConfig.json index b8e0872..899c431 100644 --- a/app/components/config/defaultLayoutConfig.json +++ b/app/components/config/defaultLayoutConfig.json @@ -8,18 +8,16 @@ { "type": "tabpanel", "attributes": { - "navigation": [ - { + "navigation": { + "openProblems" : { "title": "Open problems", - "panelId": "openProblems", "provider": "nbServicesHostsOpenProblems" }, - { + "allProblems": { "title": "All problems", - "panelId": "allProblems", "provider": "nbServicesHostsProblems" } - ] + } }, "components": [ { @@ -74,18 +72,16 @@ { "type": "tabpanel", "attributes": { - "navigation": [ - { + "navigation": { + "openProblems": { "title": "Open Problems", - "panelId": "openProblems", "provider": "nbServicesHostsOpenProblems" }, - { + "allProblems": { "title": "All Problems", - "panelId": "allProblems", "provider": "nbServicesHostsOpenProblemsDoubleCount" } - ] + } }, "components": [ { diff --git a/app/components/directive/tabpanel/panel.html b/app/components/directive/tabpanel/panel.html index 6bb02df..7a4bc3a 100644 --- a/app/components/directive/tabpanel/panel.html +++ b/app/components/directive/tabpanel/panel.html @@ -1,5 +1,5 @@ -
+
diff --git a/app/components/directive/tabpanel/tabpanel.html b/app/components/directive/tabpanel/tabpanel.html index 63ee4c6..1082416 100644 --- a/app/components/directive/tabpanel/tabpanel.html +++ b/app/components/directive/tabpanel/tabpanel.html @@ -1,9 +1,9 @@