luci2: cleanup system.upgrade view markup, remove leftover call to jquery-ui tabs()
[project/luci2/ui.git] / luci2 / htdocs / luci2 / view / system.upgrade.js
index 2df7f83..9caac28 100644 (file)
@@ -222,13 +222,12 @@ L.ui.view.extend({
                                                                .css('width', '100%')
                                                                .attr('rows', list.length)
                                                                .prop('readonly', true)
+                                                               .addClass('form-control')
                                                                .val(list.join('\n')),
                                                        { style: 'close' }
                                                );
                                        });
                                });
-               }).then(function() {
-                       $('#tabs').show().tabs();
                });
        }
 });