Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
ec1e7956
Commit
ec1e7956
authored
Aug 08, 2016
by
Vladimir Baranov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX, rfix#5379. Fix ListNode's dose not respect schema order
parent
6a71c692
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
nodeTable.html
app/components/crud/templates/nodeTable.html
+4
-0
No files found.
app/components/crud/templates/nodeTable.html
View file @
ec1e7956
...
@@ -19,7 +19,11 @@
...
@@ -19,7 +19,11 @@
</label>
</label>
</th>
</th>
<th
scope=
"row"
style=
"text-align:center"
>
#
</th>
<th
scope=
"row"
style=
"text-align:center"
>
#
</th>
<
<<<<<<
6a71c6920efc5235eff71bf42763b82cc30f1827
<
th
ng-repeat=
"prop in node.schema.properties_list"
>
<
th
ng-repeat=
"prop in node.schema.properties_list"
>
=======
<th
ng-repeat=
"propName in node.form"
ng-init=
"prop = node.schema.properties[propName]"
>
>>>>>>> FIX, rfix#5379. Fix ListNode's dose not respect schema order
<span
ng-if=
"!value.verbose_name"
>
{{prop.title||prop.name}}
</span>
<span
ng-if=
"!value.verbose_name"
>
{{prop.title||prop.name}}
</span>
</th>
</th>
<th
ng-if=
"meta.allow_actions!==false"
>
İşlem
</th>
<th
ng-if=
"meta.allow_actions!==false"
>
İşlem
</th>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment