mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-09 21:06:09 +02:00
Move components under components directory
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
c5cc06486b
commit
c8f37e96b5
@ -2,7 +2,7 @@
|
||||
"use strict";
|
||||
import "lodash/lodash";
|
||||
|
||||
import GrepContainer from "./grep_container";
|
||||
import GrepContainer from "./components/grep_container";
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
new Vue({
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
import "lodash/lodash";
|
||||
import "popper.js/dist/popper";
|
||||
import "bootstrap/dist/js/bootstrap";
|
||||
import ParserPluginForm from "./parser_plugin_form";
|
||||
import ParserPluginForm from "./components/parser_plugin_form";
|
||||
import store from "./store";
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import TransportConfig from "./transport_config";
|
||||
import OwnedPluginForm from "./owned_plugin_form";
|
||||
import TransportConfig from "./components/transport_config";
|
||||
import OwnedPluginForm from "./components/owned_plugin_form";
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
new Vue({
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import OwnedPluginForm from "./owned_plugin_form";
|
||||
import AwsCredential from "./aws_credential";
|
||||
import OwnedPluginForm from "./components/owned_plugin_form";
|
||||
import AwsCredential from "./components/aws_credential";
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
new Vue({
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
import "lodash/lodash";
|
||||
import "popper.js/dist/popper";
|
||||
import "bootstrap/dist/js/bootstrap";
|
||||
import OwnedPluginForm from "./owned_plugin_form";
|
||||
import ParserPluginForm from "./parser_plugin_form";
|
||||
import OwnedPluginForm from "./components/owned_plugin_form";
|
||||
import ParserPluginForm from "./components/parser_plugin_form";
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
new Vue({
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"use strict";
|
||||
import "lodash/lodash";
|
||||
|
||||
import ConfigField from "./config_field";
|
||||
import ConfigField from "./components/config_field";
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
new Vue({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user