Eclipse footer added to login UI. (#691)
Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -16,7 +16,7 @@ cf login
|
|||||||
cf stop hawkbit-simulator
|
cf stop hawkbit-simulator
|
||||||
cd hawkbit-runtime/hawkbit-update-server/target/
|
cd hawkbit-runtime/hawkbit-update-server/target/
|
||||||
cf push
|
cf push
|
||||||
cd ../../../examples/
|
cd ../../../../hawkbit-examples/
|
||||||
java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT-exec.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net
|
java -jar hawkbit-example-mgmt-simulator/target/hawkbit-example-mgmt-simulator-0.2.0-SNAPSHOT-exec.jar --hawkbit.url=https://hawkbit.eu-gb.mybluemix.net
|
||||||
cd hawkbit-device-simulator/target/
|
cd hawkbit-device-simulator/target/
|
||||||
cf push
|
cf push
|
||||||
|
|||||||
@@ -21,9 +21,20 @@
|
|||||||
</head>
|
</head>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer-content">
|
<div class="footer-content">
|
||||||
<div style="color: #333; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 0.8em !important;line-height: 20px;">
|
<div style="padding-left: 10px; color: #333; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 0.8em !important;line-height: 20px;">
|
||||||
<!-- Footer text goes here -->
|
<!-- Footer text goes here -->
|
||||||
<!-- <a class= "doc-link" target="_blank" href="https://">Link_text |</a> -->
|
<b>Eclipse Foundation</b> :
|
||||||
|
<a href="https://www.eclipse.org/org/">About Us</a> |
|
||||||
|
<a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a> |
|
||||||
|
<a href="https://www.eclipse.org/donate">Donate</a> |
|
||||||
|
<a href="https://www.eclipse.org/org/documents/">Governance</a>
|
||||||
|
<b>Legal</b> :
|
||||||
|
<a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a> |
|
||||||
|
<a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> |
|
||||||
|
<a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a> |
|
||||||
|
<a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a> |
|
||||||
|
<a href="https://www.eclipse.org/legal/">Legal Resources</a> Copyright © Eclipse Foundation, Inc. All Rights Reserved.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -453,8 +453,6 @@ message.confirm.delete.metadata = Are you sure that you want to delete metadata
|
|||||||
message.error.notification.ds.target.assigned = Distribution set {0}:{1} is already assigned to targets and cannot be changed
|
message.error.notification.ds.target.assigned = Distribution set {0}:{1} is already assigned to targets and cannot be changed
|
||||||
|
|
||||||
# Login view
|
# Login view
|
||||||
notification.login.title=Welcome to Bosch IoT Software Provisioning.
|
|
||||||
notification.login.description=Please login with your Bosch Identity Management credentials.
|
|
||||||
notification.login.failed.title=Login failed!
|
notification.login.failed.title=Login failed!
|
||||||
notification.login.failed.description=Login with the given credentials failed.
|
notification.login.failed.description=Login with the given credentials failed.
|
||||||
notification.login.failed.credentialsexpired.title=Password Expired!
|
notification.login.failed.credentialsexpired.title=Password Expired!
|
||||||
|
|||||||
Reference in New Issue
Block a user