mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Add missing strings for quiesce VM, SMB fields
This commit is contained in:
		
							parent
							
								
									2e91cbe1ae
								
							
						
					
					
						commit
						34174bbcbb
					
				| @ -14,6 +14,10 @@ | |||||||
| # KIND, either express or implied.  See the License for the | # KIND, either express or implied.  See the License for the | ||||||
| # specific language governing permissions and limitations | # specific language governing permissions and limitations | ||||||
| # under the License. | # under the License. | ||||||
|  | label.quiesce.vm=Quiesce VM | ||||||
|  | label.smb.username=SMB Username | ||||||
|  | label.smb.password=SMB Password | ||||||
|  | label.smb.domain=SMB Domain | ||||||
| label.hypervisors=Hypervisors | label.hypervisors=Hypervisors | ||||||
| label.home=Home | label.home=Home | ||||||
| label.sockets=Sockets | label.sockets=Sockets | ||||||
|  | |||||||
| @ -25,6 +25,10 @@ under the License. | |||||||
| <% long now = System.currentTimeMillis(); %> | <% long now = System.currentTimeMillis(); %> | ||||||
| <script type="text/javascript"> | <script type="text/javascript"> | ||||||
| dictionary = { | dictionary = { | ||||||
|  | 'label.quiesce.vm': '<fmt:message key="label.quiesce.vm" />', | ||||||
|  | 'label.smb.username': '<fmt:message key="label.smb.username" />', | ||||||
|  | 'label.smb.password': '<fmt:message key="label.smb.password" />', | ||||||
|  | 'label.smb.domain': '<fmt:message key="label.smb.domain" />', | ||||||
| 'label.hypervisors': '<fmt:message key="label.hypervisors" />', | 'label.hypervisors': '<fmt:message key="label.hypervisors" />', | ||||||
| 'label.home': '<fmt:message key="label.home" />', | 'label.home': '<fmt:message key="label.home" />', | ||||||
| 'label.sockets': '<fmt:message key="label.sockets" />', | 'label.sockets': '<fmt:message key="label.sockets" />', | ||||||
|  | |||||||
| @ -43,7 +43,7 @@ | |||||||
|                         isChecked: false |                         isChecked: false | ||||||
|                     }, |                     }, | ||||||
|                     quiescevm: { |                     quiescevm: { | ||||||
|                         label: 'Quiesce VM', |                         label: 'label.quiesce.vm', | ||||||
|                         isBoolean: true, |                         isBoolean: true, | ||||||
|                         isChecked: false |                         isChecked: false | ||||||
|                     } |                     } | ||||||
|  | |||||||
| @ -576,7 +576,7 @@ | |||||||
|                                     desc: 'message.action.take.snapshot', |                                     desc: 'message.action.take.snapshot', | ||||||
|                                     fields: { |                                     fields: { | ||||||
|                                         quiescevm: { |                                         quiescevm: { | ||||||
|                                             label: 'Quiesce VM', |                                             label: 'label.quiesce.vm', | ||||||
|                                             isBoolean: true, |                                             isBoolean: true, | ||||||
|                                             isHidden: function(args) { |                                             isHidden: function(args) { | ||||||
|                                                 var hidden = true; |                                                 var hidden = true; | ||||||
|  | |||||||
| @ -15040,14 +15040,14 @@ | |||||||
| 
 | 
 | ||||||
|                                     //SMB                                           
 |                                     //SMB                                           
 | ||||||
|                                     smbUsername: { |                                     smbUsername: { | ||||||
|                                     	label: 'SMB Username', |                                     	label: 'label.smb.username', | ||||||
|                                     	validation: { |                                     	validation: { | ||||||
|                                             required: true |                                             required: true | ||||||
|                                         }, |                                         }, | ||||||
|                                         isHidden: true |                                         isHidden: true | ||||||
|                                     }, |                                     }, | ||||||
|                                     smbPassword: { |                                     smbPassword: { | ||||||
|                                     	label: 'SMB Password', |                                     	label: 'label.smb.password', | ||||||
|                                     	isPassword: true, |                                     	isPassword: true, | ||||||
|                                     	validation: { |                                     	validation: { | ||||||
|                                             required: true |                                             required: true | ||||||
| @ -15055,7 +15055,7 @@ | |||||||
|                                         isHidden: true |                                         isHidden: true | ||||||
|                                     }, |                                     }, | ||||||
|                                     smbDomain: { |                                     smbDomain: { | ||||||
|                                     	label: 'SMB Domain', |                                     	label: 'label.smb.domain', | ||||||
|                                     	validation: { |                                     	validation: { | ||||||
|                                             required: true |                                             required: true | ||||||
|                                         }, |                                         }, | ||||||
| @ -16410,20 +16410,20 @@ | |||||||
|                                              |                                              | ||||||
|                                             //SMB (begin)                                            
 |                                             //SMB (begin)                                            
 | ||||||
|                                             smbUsername: { |                                             smbUsername: { | ||||||
|                                             	label: 'SMB Username', |                                             	label: 'label.smb.username', | ||||||
|                                             	validation: { |                                             	validation: { | ||||||
|                                                     required: true |                                                     required: true | ||||||
|                                                 } |                                                 } | ||||||
|                                             }, |                                             }, | ||||||
|                                             smbPassword: { |                                             smbPassword: { | ||||||
|                                             	label: 'SMB Password', |                                             	label: 'label.smb.password', | ||||||
|                                             	isPassword: true, |                                             	isPassword: true, | ||||||
|                                             	validation: { |                                             	validation: { | ||||||
|                                                     required: true |                                                     required: true | ||||||
|                                                 } |                                                 } | ||||||
|                                             }, |                                             }, | ||||||
|                                             smbDomain: { |                                             smbDomain: { | ||||||
|                                             	label: 'SMB Domain', |                                             	label: 'label.smb.domain', | ||||||
|                                             	validation: { |                                             	validation: { | ||||||
|                                                     required: true |                                                     required: true | ||||||
|                                                 } |                                                 } | ||||||
|  | |||||||
| @ -1747,14 +1747,14 @@ | |||||||
| 
 | 
 | ||||||
|                     //SMB                                           
 |                     //SMB                                           
 | ||||||
|                     smbUsername: { |                     smbUsername: { | ||||||
|                     	label: 'SMB Username', |                     	label: 'label.smb.username', | ||||||
|                     	validation: { |                     	validation: { | ||||||
|                             required: true |                             required: true | ||||||
|                         }, |                         }, | ||||||
|                         isHidden: true |                         isHidden: true | ||||||
|                     }, |                     }, | ||||||
|                     smbPassword: { |                     smbPassword: { | ||||||
|                     	label: 'SMB Password', |                     	label: 'label.smb.password', | ||||||
|                     	isPassword: true, |                     	isPassword: true, | ||||||
|                     	validation: { |                     	validation: { | ||||||
|                             required: true |                             required: true | ||||||
| @ -1762,7 +1762,7 @@ | |||||||
|                         isHidden: true |                         isHidden: true | ||||||
|                     }, |                     }, | ||||||
|                     smbDomain: { |                     smbDomain: { | ||||||
|                     	label: 'SMB Domain', |                     	label: 'label.smb.domain', | ||||||
|                     	validation: { |                     	validation: { | ||||||
|                             required: true |                             required: true | ||||||
|                         }, |                         }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user