azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

Add colored `SrcDataShard` to chronicle view #878

Closed itadapter closed 1 year ago

itadapter commented 1 year ago

Color code right in Gdid column. Color code using say 5 styles, using modulus of shard number int.

<td class="col-gdid"><span style="
     background: rgba(255, 150, 10, 0.7);
    width: 10px;
    padding: 2px;
    border-radius: 2px;
">0</span> 0:2:217461</td>

image

itadapter commented 1 year ago

image

itadapter commented 1 year ago

done