From 6a507debec864a65906f1f6d29642638fab636cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 31 May 2018 14:18:13 +0200 Subject: [PATCH] Unify fronted API naming conventions in dashboard --- src/app/config.ts | 2 +- src/app/dashboard/dashboard.component.html | 2 +- src/app/dashboard/dashboard.component.ts | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/config.ts b/src/app/config.ts index 56dbeb2..9afd139 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -19,7 +19,7 @@ export const config = { 'web-only' ], iframeUrl: '/webservice', - hide_messages: false + hideMessages: false }, ide: { route: 'ide', diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 2473be4..77d23d3 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -4,7 +4,7 @@
-
+