fix badges table
This commit is contained in:
parent
ee9f50c87f
commit
a7118e15be
2 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue