rhtyd commented on a change in pull request #4194:
URL: https://github.com/apache/cloudstack/pull/4194#discussion_r479010824



##########
File path: ui/scripts/configuration.js
##########
@@ -2939,7 +2940,41 @@
                                         label: 'label.cache.mode'
                                     },
                                     tags: {
-                                        label: 'label.storage.tags'
+                                        label: 'label.storage.tags',
+                                        docID: 'helpPrimaryStorageTags',
+                                        isEditable: true,
+                                        isTokenInput: true,
+                                        dataProvider: function(args) {
+                                            $.ajax({
+                                                url: 
createURL("listStorageTags"),
+                                                dataType: "json",
+                                                success: function(json) {
+                                                    var item = 
json.liststoragetagsresponse.storagetag;

Review comment:
       @RodrigoDLopez does this require any changes in Primate?
   Can you check and send a PR to Primate? Thnx




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to