mirror of
https://github.com/nasa/openmct.git
synced 2025-01-25 13:49:56 +00:00
c628d88b3e
Implement a placeholder for the About dialog, including some minimal version information. WTD-667.
13 lines
359 B
HTML
13 lines
359 B
HTML
<div ng-controller = "AboutController as about">
|
|
This is a placeholder for the about dialog.
|
|
|
|
<a ng-click="about.openLicenses()">Show licenses.</a>
|
|
|
|
<p ng-repeat = "version in about.versions()">
|
|
<span title="{{version.description}}">
|
|
<b>{{version.name}}</b>
|
|
<i>{{version.value}}</i>
|
|
</span>
|
|
</p>
|
|
</div>
|