From 6b85a6fd78ad2b95944fca4c51e132bdbdf60a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 19 Jan 2016 11:54:35 +0100 Subject: [PATCH] feat(apps): minor design update for apps view --- public/app/features/apps/edit_ctrl.ts | 5 +- public/app/features/apps/partials/edit.html | 180 ++++++++++---------- public/less/apps.less | 24 +-- public/less/simple-box.less | 4 + 4 files changed, 108 insertions(+), 105 deletions(-) diff --git a/public/app/features/apps/edit_ctrl.ts b/public/app/features/apps/edit_ctrl.ts index 2cbeb4a2ae1..d793f045690 100644 --- a/public/app/features/apps/edit_ctrl.ts +++ b/public/app/features/apps/edit_ctrl.ts @@ -7,10 +7,9 @@ export class AppEditCtrl { appModel: any; /** @ngInject */ - constructor(private backendSrv: any, private $routeParams: any) {} - - init() { + constructor(private backendSrv: any, private $routeParams: any) { this.appModel = {}; + this.backendSrv.get(`/api/org/apps/${this.$routeParams.appId}/settings`).then(result => { this.appModel = result; }); diff --git a/public/app/features/apps/partials/edit.html b/public/app/features/apps/partials/edit.html index fc09dc4754c..4de73a25901 100644 --- a/public/app/features/apps/partials/edit.html +++ b/public/app/features/apps/partials/edit.html @@ -5,99 +5,99 @@
-
-