diff --git a/seed/static/seed/partials/inventory_detail.html b/seed/static/seed/partials/inventory_detail.html
index 19cb1ae6a4..b5ec908787 100644
--- a/seed/static/seed/partials/inventory_detail.html
+++ b/seed/static/seed/partials/inventory_detail.html
@@ -131,18 +131,18 @@
{$:: label.name $}
-
-
Access Level Instance
+
+
{$:: 'Access Level Instance Information' | translate $}:
-
+
- {$ level $} |
+ {$:: 'Level' | translate $} {$ level+1 $} - {$ name $} |
- {$ name $} |
+ {$ ali_path[name] $} |
diff --git a/seed/static/seed/scss/style.scss b/seed/static/seed/scss/style.scss
index ade37a9a42..e656eae764 100755
--- a/seed/static/seed/scss/style.scss
+++ b/seed/static/seed/scss/style.scss
@@ -3886,6 +3886,11 @@ $pairedCellWidth: 60px;
margin-top: 20px;
}
+.access-level-info-section {
+ margin-top: 10px;
+ padding-right: 5px;
+}
+
.pad-bottom-10 {
padding-bottom: 10px;
}