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