This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<h2>List of benchmarks</h2>
|
||||
<a href="/benchmark/create">Add new benchmark</a>
|
||||
|
||||
<table class="twelve columns card-2">
|
||||
<table class="twelve columns">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h2>List of hardware</h2>
|
||||
<a href="/hardware/create">Add new hardware</a>
|
||||
|
||||
<table class="twelve columns card-2">
|
||||
<table class="twelve columns">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
{{ $length := len .hardware.Tests }} {{ if eq $length 0 }}
|
||||
<p>There are currently no tests using this hardware component.</p>
|
||||
{{ else }}
|
||||
<table class="u-full-width card-2">
|
||||
<table class="u-full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Test</th>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<section class="row">
|
||||
<h3>Recently updated tests:</h3>
|
||||
|
||||
<table class="twelve columns card-2">
|
||||
<table class="twelve columns">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Title</td>
|
||||
@@ -33,7 +33,7 @@
|
||||
<div class="six columns">
|
||||
<h3>Recently updated hardware:</h3>
|
||||
|
||||
<table class="u-full-width card-2">
|
||||
<table class="u-full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
@@ -56,7 +56,7 @@
|
||||
<div class="six columns">
|
||||
<h3>Recently updated benchmarks:</h3>
|
||||
|
||||
<table class="u-full-width card-2">
|
||||
<table class="u-full-width">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
{{ template "navbar" . }}
|
||||
|
||||
<!-- main content -->
|
||||
<div id="main-content" class="container card-5">
|
||||
<div id="main-content" class="container">
|
||||
{{ end }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ define "navbar" }}
|
||||
<nav id="main-nav" class="card-2">
|
||||
<nav id="main-nav">
|
||||
<div class="nav-left">
|
||||
<h4>BLT</h4>
|
||||
<ul>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<h2>List of tests</h2>
|
||||
<a href="/test/create">Create a new test</a>
|
||||
|
||||
<table class="twelve columns card-2">
|
||||
<table class="twelve columns">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Title</td>
|
||||
|
||||
Reference in New Issue
Block a user