From abb9cc75e166c32cfa97244c497e6a69d14ea114 Mon Sep 17 00:00:00 2001
From: César Calvo <ccalvo@curisit.net>
Date: Wed, 15 Mar 2017 15:32:23 +0000
Subject: [PATCH] Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/securis into angular2

---
 securis/src/main/webapp/src/app/forms/pack.form.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/forms/pack.form.html b/securis/src/main/webapp/src/app/forms/pack.form.html
index 4dc10c0..9575db2 100644
--- a/securis/src/main/webapp/src/app/forms/pack.form.html
+++ b/securis/src/main/webapp/src/app/forms/pack.form.html
@@ -44,7 +44,7 @@
 					<span i18n="field.license_preactivation"></span>
 				</md-checkbox>
 			</div>
-			<div layout="column" layout-fill flex>
+			<div layout="column" layout-fill flex *ngIf="!isNew">
 				<div layout="column" class="mat-input-container" flex>
 					<label class="mat-input-placeholder mat-float">
 						<span class="placeholder" i18n="field.status"></span>

--
Gitblit v1.3.2