chore: undo accidental changes
This commit is contained in:
parent
811971ce26
commit
525fe9a269
1 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,15 @@
|
||||||
<title>Settings</title>
|
<title>Settings</title>
|
||||||
|
|
||||||
<!-- Import bootstrap v5.0. -->
|
<!-- Import bootstrap v5.0. -->
|
||||||
<link href="external/css/bootstrap.min.css" rel="stylesheet">f
|
<link href="external/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Import common styling. -->
|
||||||
|
<link href="internal/css/common.css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body style="height: 100%;">
|
||||||
|
<br>
|
||||||
|
<div class="topnav">
|
||||||
<div class="btn-group" id="settings-tabs" role="group" aria-label="Stores">
|
<div class="btn-group" id="settings-tabs" role="group" aria-label="Stores">
|
||||||
<button class="btn btn-outline-light active shadow-none" id="containers-button" onclick="page('containers')">Linux
|
<button class="btn btn-outline-light active shadow-none" id="containers-button" onclick="page('containers')">Linux
|
||||||
Containers</button>
|
Containers</button>
|
||||||
|
@ -17,7 +25,7 @@
|
||||||
<!-- Import bootstrap JS bundle. -->
|
<!-- Import bootstrap JS bundle. -->
|
||||||
<script src="external/js/bootstrap.bundle.min.js"></script>
|
<script src="external/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const Sortable = require('sortablejs')
|
const Sortable = require('sortablejs')
|
||||||
const child_process = require('child_process')
|
const child_process = require('child_process')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
Loading…
Reference in a new issue