Can create devices nicely
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{{define "header"}}
|
||||
<html>
|
||||
<head>
|
||||
<title>PC Inventory{{if .}} - {{.}}{{- end}}</title>
|
||||
<title>PC Inventory{{if .}} - {{.}}{{end}}</title>
|
||||
<script src="/static/scripts.js" type="application/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>PC Inventory - <i>{{.}}</i></h1>
|
||||
<h1><a href="/">PC Inventory</a>{{if .}} - <i>{{.}}{{end}}</i></h1>
|
||||
<form action="/device" method="get">
|
||||
<label for="id">Device ID:</label>
|
||||
<input type="text" id="id" name="id">
|
||||
|
||||
Reference in New Issue
Block a user