From 55f5b6eadf6d92ecbf9f471a32c7212e7b9075fc Mon Sep 17 00:00:00 2001 From: Koren Lev Date: Sat, 12 Aug 2017 15:52:17 +0300 Subject: add switch_pnic attributes for ui view Change-Id: I7e3164b8326979f20509b308d0ade677c3017cec Signed-off-by: Koren Lev --- app/install/db/attributes_for_hover_on_data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/install/db/attributes_for_hover_on_data.json b/app/install/db/attributes_for_hover_on_data.json index c2ba051..aadcbe8 100644 --- a/app/install/db/attributes_for_hover_on_data.json +++ b/app/install/db/attributes_for_hover_on_data.json @@ -85,5 +85,13 @@ "ports" ], "type" : "otep" +}, +{ + "type" : "switch_pnic", + "attributes" : [ + "aci_document", + "parent_id", + "role" + ] } ] -- cgit 1.2.3-korg