未验证 提交 91145b33 编写于 作者: S Sebastian Florek 提交者: GitHub

Remove asterisk from login view input fields (#2666)

上级 be02f3c6
......@@ -6500,9 +6500,9 @@
}
},
"google-closure-compiler": {
"version": "20171112.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20171112.0.0.tgz",
"integrity": "sha1-eHENtO+J/1QGOdgA5tWffLfPLZg=",
"version": "20171203.0.0",
"resolved": "https://registry.npmjs.org/google-closure-compiler/-/google-closure-compiler-20171203.0.0.tgz",
"integrity": "sha1-gpW5QFo145HB2I0IJYBo4x0TEaE=",
"dev": true,
"requires": {
"chalk": "1.1.3",
......@@ -6511,9 +6511,9 @@
}
},
"google-closure-library": {
"version": "20171112.0.0",
"resolved": "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20171112.0.0.tgz",
"integrity": "sha1-bGb+srdNgwmz1wUK90MGowDQGTM=",
"version": "20171203.0.0",
"resolved": "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20171203.0.0.tgz",
"integrity": "sha1-50ZFFT4w8Wl/nRmbxbLMmYhPkuo=",
"dev": true
},
"got": {
......
......@@ -25,7 +25,8 @@ limitations under the License.
<input id="textInput"
ng-model="fileName"
ng-readonly="true"
required>
required
md-no-asterisk>
</md-input-container>
</div>
<md-button id="uploadButton"
......
......@@ -19,7 +19,8 @@ limitations under the License.
<label>[[Username|'Username' field label shown on login page for basic auth]]</label>
<input ng-model="$ctrl.username"
ng-change="$ctrl.onUsernameUpdate()"
required>
required
md-no-asterisk>
</md-input-container>
<md-input-container class="md-block">
......@@ -27,6 +28,7 @@ limitations under the License.
<input type="password"
ng-model="$ctrl.password"
ng-change="$ctrl.onPasswordUpdate()"
required>
required
md-no-asterisk>
</md-input-container>
</div>
......@@ -20,6 +20,7 @@ limitations under the License.
<input ng-model="$ctrl.token"
ng-change="$ctrl.onTokenUpdate()"
required
type="password">
type="password"
md-no-asterisk>
</md-input-container>
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册