mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix missing 'add LDAP account' label
This commit is contained in:
parent
66e805cba9
commit
ebd42a8435
@ -14,6 +14,7 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
label.add.ldap.account=Add LDAP account
|
||||
label.vm.ip=VM IP Address
|
||||
message.listView.subselect.multi=(Ctrl/Cmd-click)
|
||||
label.use.vm.ips=Use VM IPs
|
||||
|
||||
@ -25,6 +25,7 @@ under the License.
|
||||
<% long now = System.currentTimeMillis(); %>
|
||||
<script type="text/javascript">
|
||||
$.extend(dictionary, {
|
||||
'label.add.ldap.account': '<fmt:message key="label.add.ldap.account" />',
|
||||
'label.rules': '<fmt:message key="label.rules" />',
|
||||
'label.running.vms': '<fmt:message key="label.running.vms" />',
|
||||
'label.s3.access_key': '<fmt:message key="label.s3.access_key" />',
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
},
|
||||
|
||||
addLdapAccount: {
|
||||
label: 'label.add.LDAP.account',
|
||||
label: 'label.add.ldap.account',
|
||||
isHeader: true,
|
||||
preFilter: function(args) {
|
||||
//if (isAdmin() && true) { //for testing only
|
||||
@ -105,7 +105,7 @@
|
||||
},
|
||||
messages: {
|
||||
notification: function(args) {
|
||||
return 'label.add.LDAP.account';
|
||||
return 'label.add.ldap.account';
|
||||
}
|
||||
},
|
||||
notification: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user