Release catalyst

This commit is contained in:
Jonas Plum
2021-12-13 00:39:15 +01:00
commit 15cf0ebd49
339 changed files with 111677 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<template>
<object data="http://localhost:8003">
<embed src="http://localhost:8003" />
Error: Embedded data could not be displayed.
</object>
</template>
<script>
export default {
name: "Arango",
};
</script>
<style scoped>
object,
embed {
padding-left: 56px;
height: 100%;
width: 100%;
}
</style>
+21
View File
@@ -0,0 +1,21 @@
<template>
<object data="http://localhost:9001/keygen">
<embed src="http://localhost:9001/keygen" />
Error: Embedded data could not be displayed.
</object>
</template>
<script>
export default {
name: "Emitter",
};
</script>
<style scoped>
object,
embed {
padding-left: 56px;
height: 100%;
width: 100%;
}
</style>
+21
View File
@@ -0,0 +1,21 @@
<template>
<object data="http://localhost:9000/minio">
<embed src="http://localhost:9000/minio" />
Error: Embedded data could not be displayed.
</object>
</template>
<script>
export default {
name: "Minio",
};
</script>
<style scoped>
object,
embed {
padding-left: 56px;
height: 100%;
width: 100%;
}
</style>
+21
View File
@@ -0,0 +1,21 @@
<template>
<object data="http://localhost:1880">
<embed src="http://localhost:1880" />
Error: Embedded data could not be displayed.
</object>
</template>
<script>
export default {
name: "Nodered",
};
</script>
<style scoped>
object,
embed {
padding-left: 56px;
height: 100%;
width: 100%;
}
</style>