Skip to content

Commit

Permalink
fix: quads-web cosmetics
Browse files Browse the repository at this point in the history
fix: added static/image to setup.cfg

Change-Id: I7964890ef871224692e87e8fe15375891ab06ea0
  • Loading branch information
grafuls authored and sadsfae committed Jan 7, 2025
1 parent 8ebc4e1 commit 78be337
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ quads =
web/templates/wiki/*
web/static/css/*
web/static/js/*
web/static/image/*

[sdist]
formats = gztar
Expand Down
2 changes: 1 addition & 1 deletion src/quads/web/templates/wiki/assignments.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block page_content %}
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-sm-12 col-10">
<div class="col-md-10">
<h3>
<strong>SUMMARY</strong>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/quads/web/templates/wiki/inventory.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h2><b>{{ lab_name }} Dashboard</b></h2>
<div class="container-fluid">
<div class="row">
<div class="col-md-9 col-sm-12 col-10">
<div class="col-md-10">
{% for rack in racks.split() %}
<p><strong>Rack {{ rack }}</strong></p>
<table class="table" id="rack-{{ rack }}" data-rack-id={{ rack }}>
Expand Down
2 changes: 1 addition & 1 deletion src/quads/web/templates/wiki/visuals.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h2><b>Monthly Usage</b></h2>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="col-md-12">
{{ html_content|safe }}
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/quads/web/templates/wiki/vlans.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<div class="container-fluid">
<div class="row">
<h2><b>Public VLAN Allocations</b></h2>
<div class="col-md-8 col-sm-12 col-10">
<div class="col-md-10">
<div class="entry-content">
<table>
<table class="table">
<thead>
<tr>
<th>VLANID</th>
Expand Down

0 comments on commit 78be337

Please sign in to comment.