diff options
author | Koren Lev <korenlev@gmail.com> | 2017-08-12 15:52:17 +0300 |
---|---|---|
committer | Koren Lev <korenlev@gmail.com> | 2017-08-12 15:52:17 +0300 |
commit | 55f5b6eadf6d92ecbf9f471a32c7212e7b9075fc (patch) | |
tree | 15f025b6b66fc0a8753ddf1f61174c511681e106 /app/install | |
parent | 6046937f080b80be4fd04a17cbc6cfda27a97a5d (diff) |
add switch_pnic attributes for ui view
Change-Id: I7e3164b8326979f20509b308d0ade677c3017cec
Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'app/install')
-rw-r--r-- | app/install/db/attributes_for_hover_on_data.json | 8 |
1 files changed, 8 insertions, 0 deletions
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" + ] } ] |