moved filtes to Tab

This commit is contained in:
Peter Olu 2022-05-03 10:19:17 +01:00
parent 1f41bbed20
commit 7cf5648042
4 changed files with 13682 additions and 4 deletions

View File

@ -1,6 +1,7 @@
// generated by unplugin-vue-components // generated by unplugin-vue-components
// We suggest you to commit this file into source control // We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399 // Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' { declare module '@vue/runtime-core' {
export interface GlobalComponents { export interface GlobalComponents {
@ -45,4 +46,4 @@ declare module '@vue/runtime-core' {
} }
} }
export { } export {}

View File

@ -30,7 +30,8 @@ limitations under the License. -->
</div> </div>
</el-popover> </el-popover>
<div class="header"> <div class="header">
<Filter /> <!-- <h1>Filter</h1> -->
<!-- <Filter /> -->
</div> </div>
<div class="trace flex-h"> <div class="trace flex-h">
<TraceList /> <TraceList />
@ -40,7 +41,7 @@ limitations under the License. -->
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import type { PropType } from "vue"; import type { PropType } from "vue";
import Filter from "../related/trace/Filter.vue"; // import Filter from "../related/trace/Filter.vue";
import TraceList from "../related/trace/TraceList.vue"; import TraceList from "../related/trace/TraceList.vue";
import TraceDetail from "../related/trace/Detail.vue"; import TraceDetail from "../related/trace/Detail.vue";
import { useI18n } from "vue-i18n"; import { useI18n } from "vue-i18n";

View File

@ -118,8 +118,10 @@ limitations under the License. -->
</div> </div>
</div> </div>
</div> </div>
<Filter />
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import Filter from "../related/trace/Filter.vue";
import { reactive, ref, computed, watch } from "vue"; import { reactive, ref, computed, watch } from "vue";
import { useRoute, useRouter } from "vue-router"; import { useRoute, useRouter } from "vue-router";
import { useDashboardStore } from "@/store/modules/dashboard"; import { useDashboardStore } from "@/store/modules/dashboard";

13674
yarn.lock Normal file

File diff suppressed because it is too large Load Diff