mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
Pathogenic Isolator
Fixes the Isolator saying "unidentified" for every entry on the List screen.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{{if data.database}}
|
||||
{{for data.database}}
|
||||
<div class='itemContent'>
|
||||
<div class='highlight fixedLeft'>{{:data.name}}</div>
|
||||
<div class='highlight fixedLeft'>{{:value.name}}</div>
|
||||
{{:helper.link('Details', 'circle-arrow-s', { 'entry' : 1, 'view' : value.record }, null, 'fixedLeft')}}
|
||||
</div>
|
||||
{{/for}}
|
||||
|
||||
Reference in New Issue
Block a user