Joe Huss

Generation

generate a bootstrap4 page for showing ipmi sensor data

<div class="container-fluid"> <div class="row"> <div class="col-sm-12"> <h1>ipmi sensors</h1> </div> </div> <div class="row"> <div class="col-sm-12"> <table class="table table-bordered table-hover"> <thead> <tr> <th>name</th> <th>desc</th> <th>state</th> <th>reading</th> <th>unit</th> </tr> </thead> <tbody> <tr> <td>FAN1</td> <td>FAN1</td> <td>OK</td> <td>0</td> <td>RPM</td> </tr> <tr> <td>FAN2</td> <td>FAN2</td>

Questions about programming?Chat with your personal AI assistant