mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
25 lines
247 B
Vue
25 lines
247 B
Vue
<script>
|
|
|
|
export default {
|
|
name: 'AlertmanagerConfig',
|
|
|
|
data() {
|
|
return {};
|
|
},
|
|
|
|
};
|
|
</script>
|
|
|
|
<template>
|
|
<div>AlertmanagerConfig</div>
|
|
</template>
|
|
|
|
<style lang='scss' scoped>
|
|
.header{
|
|
display: flex;
|
|
H1{
|
|
flex: 1;
|
|
}
|
|
}
|
|
</style>
|