mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Move some files around
This commit is contained in:
parent
b731659135
commit
5c4d5f733f
@ -15,7 +15,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import * as Helpers from './../../../helpers/index';
|
import * as Helpers from './../../../../helpers/index';
|
||||||
import { FileTextIcon, Link2Icon } from 'vue-feather-icons';
|
import { FileTextIcon, Link2Icon } from 'vue-feather-icons';
|
||||||
import FileManagerContextMenu from './FileManagerContextMenu';
|
import FileManagerContextMenu from './FileManagerContextMenu';
|
||||||
|
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { FolderIcon } from 'vue-feather-icons';
|
import { FolderIcon } from 'vue-feather-icons';
|
||||||
import { formatDate } from './../../../helpers/index';
|
import { formatDate } from './../../../../helpers/index';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'file-manager-folder-row',
|
name: 'file-manager-folder-row',
|
@ -46,8 +46,8 @@
|
|||||||
import filter from 'lodash/filter';
|
import filter from 'lodash/filter';
|
||||||
import isObject from 'lodash/isObject';
|
import isObject from 'lodash/isObject';
|
||||||
import { mapState } from 'vuex';
|
import { mapState } from 'vuex';
|
||||||
import FileManagerFileRow from '../components/FileManagerFileRow';
|
import FileManagerFileRow from '../components/filemanager/FileManagerFileRow';
|
||||||
import FileManagerFolderRow from '../components/FileManagerFolderRow';
|
import FileManagerFolderRow from '../components/filemanager/FileManagerFolderRow';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'file-manager-page',
|
name: 'file-manager-page',
|
||||||
|
Loading…
Reference in New Issue
Block a user