mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
Update component locations
This commit is contained in:
parent
270684c5fd
commit
850fa28bf6
@ -1,4 +1,4 @@
|
||||
import ProgressComponent from '../../ui/components/layout/ProgressBar.vue';
|
||||
import ProgressComponent from '../../ui/components/ProgressBar.vue';
|
||||
import Overlay from './Overlay';
|
||||
import Vue from 'vue';
|
||||
|
||||
|
@ -149,8 +149,8 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import contextMenuGesture from '../../../ui/components/mixins/context-menu-gesture';
|
||||
import objectLink from '../../../ui/components/mixins/object-link';
|
||||
import contextMenuGesture from '../../../ui/mixins/context-menu-gesture';
|
||||
import objectLink from '../../../ui/mixins/object-link';
|
||||
|
||||
export default {
|
||||
mixins: [contextMenuGesture, objectLink],
|
||||
|
@ -54,8 +54,8 @@
|
||||
<script>
|
||||
|
||||
import moment from 'moment';
|
||||
import contextMenuGesture from '../../../ui/components/mixins/context-menu-gesture';
|
||||
import objectLink from '../../../ui/components/mixins/object-link';
|
||||
import contextMenuGesture from '../../../ui/mixins/context-menu-gesture';
|
||||
import objectLink from '../../../ui/mixins/object-link';
|
||||
|
||||
export default {
|
||||
mixins: [contextMenuGesture, objectLink],
|
||||
|
@ -27,7 +27,7 @@ define([
|
||||
'../../res/templates/notebook.html',
|
||||
'../../res/templates/entry.html',
|
||||
'../../res/templates/embed.html',
|
||||
'../../../../ui/components/controls/search.vue'
|
||||
'../../../../ui/components/search.vue'
|
||||
],
|
||||
function (
|
||||
Vue,
|
||||
|
@ -62,7 +62,7 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import ContextMenuDropDown from '../../ui/components/controls/contextMenuDropDown.vue';
|
||||
import ContextMenuDropDown from '../../ui/components/contextMenuDropDown.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
@ -86,7 +86,7 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import ObjectView from '../../../ui/components/layout/ObjectView.vue';
|
||||
import ObjectView from '../../../ui/components/ObjectView.vue';
|
||||
|
||||
var unknownObjectType = {
|
||||
definition: {
|
||||
|
@ -219,7 +219,7 @@
|
||||
|
||||
<script>
|
||||
import TelemetryTableRow from './table-row.vue';
|
||||
import search from '../../../ui/components/controls/search.vue';
|
||||
import search from '../../../ui/components/search.vue';
|
||||
import TableColumnHeader from './table-column-header.vue';
|
||||
import _ from 'lodash';
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import ProgressBar from '../ProgressBar.vue';
|
||||
import ProgressBar from '../../components/ProgressBar.vue';
|
||||
let activeNotification = undefined;
|
||||
let dialogService = undefined;
|
||||
let maximizedDialog = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user