Merge "Add gettext for Volumes tab"
This commit is contained in:
@@ -44,8 +44,8 @@
|
|||||||
// form for adding volume
|
// form for adding volume
|
||||||
ctrl.model = angular.copy(ctrl.initModel);
|
ctrl.model = angular.copy(ctrl.initModel);
|
||||||
ctrl.types = [
|
ctrl.types = [
|
||||||
{value: "cinder-available", label: "Existing Cinder Volume"},
|
{value: "cinder-available", label: gettext("Existing Cinder Volume")},
|
||||||
{value: "cinder-new", label: "New Cinder Volume"}
|
{value: "cinder-new", label: gettext("New Cinder Volume")}
|
||||||
];
|
];
|
||||||
ctrl.availableCinderVolumes = $scope.model.availableCinderVolumes;
|
ctrl.availableCinderVolumes = $scope.model.availableCinderVolumes;
|
||||||
|
|
||||||
@@ -110,11 +110,11 @@
|
|||||||
expand: false,
|
expand: false,
|
||||||
trackId: 'id',
|
trackId: 'id',
|
||||||
columns: [
|
columns: [
|
||||||
{id: 'type', title: 'Type'},
|
{id: 'type', title: gettext('Type')},
|
||||||
{id: 'source', title: 'Source', filters: ['noValue']},
|
{id: 'source', title: gettext('Source'), filters: ['noValue']},
|
||||||
{id: 'name', title: 'Name', filters: ['noValue']},
|
{id: 'name', title: gettext('Name'), filters: ['noValue']},
|
||||||
{id: 'size', title: 'Size (GB)', filters: ['noValue']},
|
{id: 'size', title: gettext('Size (GB)'), filters: ['noValue']},
|
||||||
{id: 'destination', title: 'Destination'}
|
{id: 'destination', title: gettext('Destination')}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
ctrl.itemActions = [
|
ctrl.itemActions = [
|
||||||
|
|||||||
Reference in New Issue
Block a user