Skip to content

Commit

Permalink
style: UI of energy balances showes carbon emission.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoernert committed Jan 23, 2024
1 parent 98294da commit ab98bc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/docs
Submodule docs updated from 55e595 to 9b1a2e
2 changes: 1 addition & 1 deletion framework/public/devUI/assets/js/uc_balancing.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(document).ready(function() {
let html = '';
html += '<table class="table table-condensed table-striped">';
html += '<thead>';
html += '<tr><th>Von</th><th>Nach</th><th class="text-end">Energie</th></tr>';
html += '<tr><th>Von</th><th>Nach</th><th class="text-end">Treibhausgasemission</th><th class="text-end">Energie</th></tr>';
html += '</thead>';
html += '<tbody>';
for(let i=0;i<data.transactions.length;i++) {
Expand Down
2 changes: 1 addition & 1 deletion framework/public/devUI/uc_balancing.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h4 class="modal-title">Transaktionen</h4>
<script src="assets/bootstrap/js/bootstrap.min.js?h=e55bde7d6e36ebf17ba0b8c1e80e4065"></script>
<script src="assets/js/utils.js?h=b6a1e690b2a987d9af7e9692dff15273"></script>
<script src="assets/js/3party/marked.min.js?h=26085551a49dd1635b48b42f08c3d583"></script>
<script src="assets/js/uc_balancing.js?h=3862c40976e09c618086bf22a26e63db"></script>
<script src="assets/js/uc_balancing.js?h=8b9434e6178ef1163f132e8f99fa7098"></script>
</body>

</html>

0 comments on commit ab98bc3

Please sign in to comment.