From e2f2060cbb7d14aeb1aff7fbca1408fe54aedbb1 Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sun, 15 Oct 2017 01:38:44 +0300 Subject: added schemes to support new ui link options + fix api per new schemes Change-Id: I768233f13749d01d436c24c764cb903ca19d3d2a Signed-off-by: Koren Lev (cherry picked from commit 41ac4c4e9a6112d8c98472a1be60e4869814f549) --- app/install/db/attributes_for_hover_on_data.json | 66 +++++++++++++++++++----- 1 file changed, 53 insertions(+), 13 deletions(-) (limited to 'app/install/db/attributes_for_hover_on_data.json') diff --git a/app/install/db/attributes_for_hover_on_data.json b/app/install/db/attributes_for_hover_on_data.json index aadcbe8..d1fbe04 100644 --- a/app/install/db/attributes_for_hover_on_data.json +++ b/app/install/db/attributes_for_hover_on_data.json @@ -3,9 +3,12 @@ "attributes" : [ "object_name", "model", - "mac_address", - "type", - "koren" + "mac_address", + "vnic_type", + "data", + "status", + "status_timestamp", + "status_text" ], "type" : "vnic" }, @@ -14,7 +17,10 @@ "object_name", "connector_type", "type", - "interfaces" + "interfaces", + "status", + "status_timestamp", + "status_text" ], "type" : "vconnector" }, @@ -23,7 +29,10 @@ "object_name", "host", "service_type", - "type" + "type", + "status_text", + "status", + "status_timestamp" ], "type" : "vservice" }, @@ -32,8 +41,13 @@ "object_name", "host", "agent_type", - "binary", - "type" + "binary", + "started_at", + "heartbeat_timestamp", + "type", + "status", + "status_timestamp", + "status_text" ], "type" : "vedge" }, @@ -44,7 +58,13 @@ "mac_address", "Speed", "Link detected", - "type" + "type", + "Bonding Mode", + "Ethernet Channel Bonding Driver", + "members", + "status", + "status_timestamp", + "status_text" ], "type" : "host_pnic" }, @@ -53,7 +73,11 @@ "object_name", "provider:segmentation_id", "provider:network_type", - "type" + "type", + "status", + "port_security_enabled", + "availability_zones", + "mtu" ], "type" : "network" }, @@ -61,18 +85,25 @@ "attributes" : [ "object_name", "host_type", - "parent_id", - "type" + "services", + "type", + "status", + "status_timestamp", + "status_text" ], "type" : "host" }, { "attributes" : [ - "object_name", + "object_name", + "local_name", "host", "project", "type", - "name_path" + "name_path", + "status", + "status_timestamp", + "status_text" ], "type" : "instance" }, @@ -93,5 +124,14 @@ "parent_id", "role" ] +}, +{ + "attributes" : [ + "link_type", + "status", + "status_timestamp", + "status_text" + ], + "type" : "link" } ] -- cgit 1.2.3-korg