diff --git a/rd_ui/app/scripts/controllers/dashboard.js b/rd_ui/app/scripts/controllers/dashboard.js index 6d034110..138ff6fc 100644 --- a/rd_ui/app/scripts/controllers/dashboard.js +++ b/rd_ui/app/scripts/controllers/dashboard.js @@ -194,17 +194,6 @@ templateUrl: '/views/edit_text_box_form.html', scope: $scope, controller: ['$scope', '$modalInstance', 'growl', function($scope, $modalInstance, growl) { - $scope.widgetSizes = [{ - name: 'Regular', - value: 1 - }, { - name: 'Double', - value: 2 - }, { - name: 'Hidden', - value: 0 - }]; - $scope.close = function() { $modalInstance.close(); }; diff --git a/rd_ui/app/views/edit_text_box_form.html b/rd_ui/app/views/edit_text_box_form.html index 487b6edf..bd47de65 100644 --- a/rd_ui/app/views/edit_text_box_form.html +++ b/rd_ui/app/views/edit_text_box_form.html @@ -10,12 +10,6 @@ Preview:
- -