mirror of https://github.com/statping/statping
removed servicelist
parent
2d22cda195
commit
16a38e82b6
|
@ -75,6 +75,7 @@ import ServiceSparkList from "@/components/Service/ServiceSparkList";
|
|||
import Modal from "@/components/Elements/Modal";
|
||||
const draggable = () => import(/* webpackChunkName: "dashboard" */ 'vuedraggable')
|
||||
const ToggleSwitch = () => import(/* webpackChunkName: "dashboard" */ '../../forms/ToggleSwitch');
|
||||
|
||||
export default {
|
||||
name: 'ServicesList',
|
||||
components: {
|
||||
|
@ -197,4 +198,4 @@ export default {
|
|||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style scoped>
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue