add create instance button

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-02-21 21:52:57 +00:00
parent b6642c9f0c
commit 01074e87f8
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1 @@
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g id="_21-Add" data-name="21-Add" fill="#fff"><path d="M25,0H7A7,7,0,0,0,0,7V25a7,7,0,0,0,7,7H25a7,7,0,0,0,7-7V7A7,7,0,0,0,25,0Zm5,25a5,5,0,0,1-5,5H7a5,5,0,0,1-5-5V7A5,5,0,0,1,7,2H25a5,5,0,0,1,5,5Z"/><polygon points="17 6 15 6 15 15 6 15 6 17 15 17 15 26 17 26 17 17 26 17 26 15 17 15 17 6"/></g></svg>

After

Width:  |  Height:  |  Size: 386 B

View File

@ -17,7 +17,11 @@
</nav>
</header>
<main>
<div id="instance-container" class="center-div"></div>
<div id="instance-container" class="center-div">
</div>
<div class="center-div" style="text-align: center;">
<img id="disk-add" src="images/actions/instance/add-instance.svg" class="clickable" alt="Create New Instance" title="Create New Instance">
</div>
</main>
</body>
</html>