This repository was archived by the owner on Jan 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
client/WEB-INF/classes/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17+ label.add.ldap.account =Add LDAP account
1718label.vm.ip =VM IP Address
1819message.listView.subselect.multi =(Ctrl/Cmd-click)
1920label.use.vm.ips =Use VM IPs
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ under the License.
2525<% long now = System . currentTimeMillis(); % >
2626<script type =" text/javascript" >
2727$ .extend (dictionary, {
28+ ' label.add.ldap.account' : ' <fmt:message key="label.add.ldap.account" />' ,
2829' label.rules' : ' <fmt:message key="label.rules" />' ,
2930' label.running.vms' : ' <fmt:message key="label.running.vms" />' ,
3031' label.s3.access_key' : ' <fmt:message key="label.s3.access_key" />' ,
Original file line number Diff line number Diff line change 9393 } ,
9494
9595 addLdapAccount : {
96- label : 'label.add.LDAP .account' ,
96+ label : 'label.add.ldap .account' ,
9797 isHeader : true ,
9898 preFilter : function ( args ) {
9999 //if (isAdmin() && true) { //for testing only
105105 } ,
106106 messages : {
107107 notification : function ( args ) {
108- return 'label.add.LDAP .account' ;
108+ return 'label.add.ldap .account' ;
109109 }
110110 } ,
111111 notification : {
You can’t perform that action at this time.
0 commit comments