Skip to content

Commit 6f2fcab

Browse files
committed
kolorobot#8 Added .table class to main table
1 parent 33a7009 commit 6f2fcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Spring Actuator</h1>
3838
Actuator endpoints allow you to monitor and interact with your application.
3939
Spring Boot includes a number of built-in endpoints and you can also add your own.
4040
</p>
41-
<table>
41+
<table class="table">
4242
<thead>
4343
<tr>
4444
<th>ID</th>

0 commit comments

Comments
 (0)