From 521949bcb0fe7b0385ef07e77d4aad91c4adf5c4 Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Sun, 5 Feb 2017 16:34:51 +0100 Subject: [PATCH] [BUGFIX] [HOST] databasename (new themen) --- public/app/host/database.jade | 4 ++-- public/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/host/database.jade b/public/app/host/database.jade index 456689a..e440791 100644 --- a/public/app/host/database.jade +++ b/public/app/host/database.jade @@ -15,8 +15,8 @@ table.table.table-bordered(ng-table="tableParams") tr(ng-hide='group.$hideRows',ng-repeat="item in $data") td(data-title="'Database/User'") - span(ng-if="!item.isEditing") warehost_user{{item.profil.ID}}_db{{item.ID}} - h4(ng-if="item.isEditing") Database: warehost_user{{item.profil.ID}}_db{{item.ID}} + span(ng-if="!item.isEditing") warehost_db{{item.ID}} + h4(ng-if="item.isEditing") Database: warehost_db{{item.ID}} form(name="myform",ng-if="item.isEditing") .form-group label(for="password") Password diff --git a/public/index.html b/public/index.html index 623b4a3..ce35dc1 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@ - +