mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-19 00:31:59 +01:00
webapp: Added network info screen
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
<template>
|
||||
<div class="bg-light p-5 rounded">
|
||||
<h1>Home</h1>
|
||||
<div class="container" role="main">
|
||||
<div class="page-header">
|
||||
<h1>Home</h1>
|
||||
</div>
|
||||
<div class="bg-light p-5 rounded">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
components: {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user