mirror of https://github.com/apache/cloudstack.git
Don't create tag widget in quickview mode
This commit is contained in:
parent
d32eacf502
commit
e61aa3aa74
|
|
@ -986,7 +986,9 @@
|
|||
actionFilter: actionFilter
|
||||
}).appendTo($tabContent);
|
||||
|
||||
if (tabs.tags) {
|
||||
if (tabs.tags &&
|
||||
$detailView.data('view-args') &&
|
||||
!$detailView.data('view-args').compact) {
|
||||
$('<div>').tagger(
|
||||
$.extend(true, {}, tabs.tags, {
|
||||
context: $detailView.data('view-args').context
|
||||
|
|
|
|||
Loading…
Reference in New Issue