Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/c7f529ab41390403573ccb272e6ef8a16953c80b?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixing grid.

pull/1/head
Jason Kulatunga 4 years ago
parent 50f1566689
commit c7f529ab41

@ -105,7 +105,7 @@
</div>
<!-- S.M.A.R.T. Data table -->
<div class="flex flex-auto w-3/4 p-4 lt-md:w-full">
<div class="flex flex-col flex-auto bg-card shadow-md rounded ">
<div class="flex flex-col flex-auto w-full bg-card shadow-md rounded ">
<div class="p-6">
<div class="font-bold text-md text-secondary uppercase tracking-wider">S.M.A.R.T {{data.data.device_protocol}} Attributes</div>
<div class="text-sm text-hint font-medium">{{this.smartAttributeDataSource.data.length}} visible, {{getHiddenAttributes()}} hidden</div>

Loading…
Cancel
Save