Commit 7e070a02 authored by Evren Kutar's avatar Evren Kutar

line number for listnode

parent 993bb817
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
Hepsini Seç Hepsini Seç
</label> </label>
</th> </th>
<th scope="row" style="text-align:center">#</th>
<th ng-repeat="(key,value) in node.items[0] track by $index" <th ng-repeat="(key,value) in node.items[0] track by $index"
ng-if="key!=='idx' && node.schema.properties[key]"> ng-if="key!=='idx' && node.schema.properties[key]">
<span ng-if="value.verbose_name">{{ value.verbose_name }}</span> <span ng-if="value.verbose_name">{{ value.verbose_name }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment