mirror of
https://github.com/nasa/openmct.git
synced 2025-04-13 22:23:13 +00:00
[Windowing] Display URL
Alert box when pressing new tab button displays the current url, that will be opened in the new tab. WTD-16
This commit is contained in:
parent
2fbfcc1333
commit
8d9d8d4900
@ -42,7 +42,7 @@ define(
|
||||
* Open the object in a new window (currently a stub)
|
||||
*/
|
||||
perform: function () {
|
||||
$window.alert("Not yet functional. This will open objects in a new window.");
|
||||
$window.alert($window.location.href);
|
||||
},
|
||||
|
||||
getMetadata: function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user