summaryrefslogtreecommitdiffstats
path: root/install/static/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/host.js')
-rw-r--r--install/static/host.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/install/static/host.js b/install/static/host.js
index d9a2dfe03..56e3eb30a 100644
--- a/install/static/host.js
+++ b/install/static/host.js
@@ -426,7 +426,6 @@ function ipa_host_managedby_host_facet(spec) {
var column = that.create_column({
name: 'fqdn',
- label: 'Name',
primary_key: true
});
@@ -451,18 +450,16 @@ function ipa_host_managedby_host_facet(spec) {
}).appendTo(container);
};
- that.create_column({name: 'description', label: 'Description'});
+ that.create_column({name: 'description'});
that.create_adder_column({
name: 'fqdn',
- label: 'Name',
primary_key: true,
width: '100px'
});
that.create_adder_column({
name: 'description',
- label: 'Description',
width: '100px'
});