diff options
author | Panagiotis Karalis <pkaralis@intracom-telecom.com> | 2018-11-05 17:52:48 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2018-11-07 08:15:14 +0000 |
commit | 16d199278064f28ccfc6a295f3e7202467b79b34 (patch) | |
tree | 0843fd0eff81868b90837bc990bcc77f1f8828b2 /3rd_party/static/testapi-ui/components/results | |
parent | 8ac6a7ef3809cb511b10494d9c1f4654db1e071e (diff) |
Fix some genaral syntax errors
Some syntax errors have been noticed and fixed.
Change-Id: I8fd22e6c3242f0f029ed262e2eb63677bed41017
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/components/results')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/results/results.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rd_party/static/testapi-ui/components/results/results.html b/3rd_party/static/testapi-ui/components/results/results.html index 80d08d6..aebc0f2 100644 --- a/3rd_party/static/testapi-ui/components/results/results.html +++ b/3rd_party/static/testapi-ui/components/results/results.html @@ -10,7 +10,7 @@ <a class="btn btn-success cvp-btn medium accent-color regular-button" ng-click="ctrl.uploadFile()"><span>upload result</span></a> </div> <div> -<lable>{{ctrl.uploadState}}</label> +<label>{{ctrl.uploadState}}</label> </div> </form> <div class="row" style="margin-bottom:24px;"></div> @@ -99,7 +99,7 @@ <span class="sr-only">Error:</span> {{ctrl.error}} </div> -</div> + <style> .button-disabled { |