From 004274922679dc79c8a0e7ae5e6f65696d3fc14f Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 28 Nov 2011 14:10:13 -0800 Subject: [PATCH] Fix missing ID on host list view, which was breaking detail view --- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 5d39a5904a0..3314b4b813c 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5437,6 +5437,7 @@ title: 'Hosts', id: 'hosts', listView: { + id: 'hosts', section: 'hosts', fields: { name: { label: 'Name' },