fix badges table

This commit is contained in:
Holly Stubbs 2024-09-30 01:07:51 +01:00
parent ee9f50c87f
commit a7118e15be
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
2 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ export default abstract class Controller {
let funcMethods:Array<string> = [];
let thisMethodHttpMethod = "";
for (const param of params) {
//console.log(param);
if (param === "Get" || param === "Post" || param === "Put") {
funcMethods.push(param);
thisMethodHttpMethod = param.toLowerCase();

View File

@ -22,7 +22,7 @@
<div class="row my-5">
<div class="col">
<table class="table table-striped">
<table class="table table-striped" style="word-break:break-word">
<thead>
<th>Icon</th>
<th>Name</th>