Browse Source

ux(api-keys): tight-form -> gf-form

bergquist 10 years ago
parent
commit
17b7dfb27b
1 changed files with 7 additions and 14 deletions
  1. 7 14
      public/app/features/org/partials/apikeyModal.html

+ 7 - 14
public/app/features/org/partials/apikeyModal.html

@@ -10,23 +10,16 @@
 		</button>
 		</button>
 	</div>
 	</div>
 
 
-	<div class="gf-box-body" style="min-height: 0px;">
+	<div class="gf-box-body">
 
 
-		<div class="tight-form last">
-			<ul class="tight-form-list">
-				<li class="tight-form-item">
-					<strong>Key</strong>
-				</li>
-				<li class="tight-form-item last">
-					{{key}}
-				</li>
-			</ul>
-			<div class="clearfix"></div>
+		<div class="gf-form-group">
+			<div class="gf-form">
+				<span class="gf-form-label">Key</span>
+				<span class="gf-form-label">{{key}}</span>
+			</div>
 		</div>
 		</div>
-		<br>
-		<br>
 
 
-		<div class="grafana-info-box" style="text-align: left">
+		<div class="grafana-info-box" style="border: 0;">
 			You will only be able to view this key here once! It is not stored in this form. So be sure to copy it now.
 			You will only be able to view this key here once! It is not stored in this form. So be sure to copy it now.
 			<br>
 			<br>
 			<br>
 			<br>