diff --git a/src/app/components/modals/it-standards-modal/it-standards-modal.component.html b/src/app/components/modals/it-standards-modal/it-standards-modal.component.html
index 7b910b3d..53f6eb0d 100644
--- a/src/app/components/modals/it-standards-modal/it-standards-modal.component.html
+++ b/src/app/components/modals/it-standards-modal/it-standards-modal.component.html
@@ -116,15 +116,6 @@
-
-
-
- App Bundle Id(s)
-
-
-
@@ -263,6 +254,10 @@
Value
None
+
+ App Bundle IDs |
+ |
+
diff --git a/src/app/views/technologies/it-standards/it-standards.component.ts b/src/app/views/technologies/it-standards/it-standards.component.ts
index 3a810049..c155a623 100644
--- a/src/app/views/technologies/it-standards/it-standards.component.ts
+++ b/src/app/views/technologies/it-standards/it-standards.component.ts
@@ -253,6 +253,7 @@ export class ItStandardsComponent implements OnInit {
sortable: false,
visible: false,
formatter: this.sharedService.csvFormatter,
+ titleTooltip: this.getTooltip('Operating Systems')
},
{
field: 'AppBundleIds',
@@ -260,6 +261,7 @@ export class ItStandardsComponent implements OnInit {
sortable: false,
visible: false,
formatter: this.sharedService.csvFormatter,
+ titleTooltip: this.getTooltip('App Bundle Ids')
}];
$('#itStandardsTable').bootstrapTable(