Skip to content

Commit 01fda1a

Browse files
NASA reported issues fixed:
objects saved in notebook, delete entry dialog, style files, and new entry from drag objects fixed.
1 parent 7c34f03 commit 01fda1a

File tree

13 files changed

+44
-296
lines changed

13 files changed

+44
-296
lines changed

example/notebook/bundle.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ define([
33
"./src/controllers/notebookController",
44
"./src/controllers/newEntryController",
55
"./src/controllers/selectSnapshotController",
6-
"./src/MCTSnapshot",
7-
"./src/entryDnd",
6+
"./src/directives/MCTSnapshot",
7+
"./src/directives/entryDnd",
88
"./src/actions/viewSnapshot",
99
"./src/actions/annotateSnapshot",
1010
"./src/actions/removeEmbed",
@@ -27,8 +27,7 @@ define([
2727
removeSnapshotAction,
2828
newEntryAction,
2929
NotebookCapability,
30-
NotificationLaunchIndicator,
31-
legacyRegistry
30+
NotificationLaunchIndicator
3231
) {
3332
openmct.legacyRegistry.register("example/notebook", {
3433
"name": "Notebook Plugin",
@@ -249,11 +248,11 @@ define([
249248
],
250249
"stylesheets": [
251250
{
252-
"stylesheetUrl": "css/style-guide-espresso.css",
251+
"stylesheetUrl": "css/notebook-espresso.css",
253252
"theme": "espresso"
254253
},
255254
{
256-
"stylesheetUrl": "css/style-guide-snow.css",
255+
"stylesheetUrl": "css/notebook-snow.css",
257256
"theme": "snow"
258257
}
259258
]

example/notebook/res/images/diagram-containment.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)