operations list of a concrete NS
[osm/LW-UI.git] / static / src / instancehandler / instance_create.js
index 55fb512..b09aa5b 100644 (file)
@@ -20,6 +20,7 @@ function openModalCreateNS(args) {
     // load vim account list
     select2_groups = $('#vimAccountId').select2({
         placeholder: 'Select VIM',
+        width: '100%',
         ajax: {
             url: args.vim_list_url,
             dataType: 'json',