Browse Source
Merge pull request #625 from mp-loki/master
OPC-UA extension ui Application URI made optional
release-1.4
Valerii Sosliuk
9 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
ui/src/app/extension/extensions-forms/extension-form-opc.tpl.html
|
|
|
@ -63,10 +63,7 @@ |
|
|
|
|
|
|
|
<md-input-container flex="50" class="md-block" md-is-error="theForm['applicationUri_' + serverIndex].$touched && theForm['applicationUri_' + serverIndex].$invalid"> |
|
|
|
<label translate>extension.opc-application-uri</label> |
|
|
|
<input required name="applicationUri_{{serverIndex}}" ng-model="server.applicationUri"> |
|
|
|
<div ng-messages="theForm['applicationUri_' + serverIndex].$error"> |
|
|
|
<div translate ng-message="required">extension.field-required</div> |
|
|
|
</div> |
|
|
|
<input name="applicationUri_{{serverIndex}}" ng-model="server.applicationUri"> |
|
|
|
</md-input-container> |
|
|
|
</div> |
|
|
|
|
|
|
|
|