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
cbe72bc0
Commit
cbe72bc0
authored
Aug 18, 2016
by
Vladimir Baranov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove merge info
parent
52fe1bb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
nodeTable.html
app/components/crud/templates/nodeTable.html
+0
-4
templates.js
dist/templates.js
+0
-4
No files found.
app/components/crud/templates/nodeTable.html
View file @
cbe72bc0
...
...
@@ -19,11 +19,7 @@
</label>
</th>
<th
scope=
"row"
style=
"text-align:center"
>
#
</th>
<
<<<<<<
6a71c6920efc5235eff71bf42763b82cc30f1827
<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>
</th>
<th
ng-if=
"meta.allow_actions!==false"
>
İşlem
</th>
...
...
dist/templates.js
View file @
cbe72bc0
...
...
@@ -379,11 +379,7 @@ angular.module("components/crud/templates/nodeTable.html", []).run(["$templateCa
" </label>
\n
"
+
" </th>
\n
"
+
" <th scope=
\"
row
\"
style=
\"
text-align:center
\"
>#</th>
\n
"
+
"<<<<<<< 6a71c6920efc5235eff71bf42763b82cc30f1827
\n
"
+
" <th ng-repeat=
\"
prop in node.schema.properties_list
\"
>
\n
"
+
"=======
\n
"
+
" <th ng-repeat=
\"
propName in node.form
\"
ng-init=
\"
prop = node.schema.properties[propName]
\"
>
\n
"
+
">>>>>>> FIX, rfix#5379. Fix ListNode's dose not respect schema order
\n
"
+
" <span ng-if=
\"
!value.verbose_name
\"
>{{prop.title||prop.name}}</span>
\n
"
+
" </th>
\n
"
+
" <th ng-if=
\"
meta.allow_actions!==false
\"
>İşlem</th>
\n
"
+
...
...
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