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
f13aa51b
Commit
f13aa51b
authored
Dec 01, 2015
by
Evren Kutar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
listnode fix dist
parent
fa7bf3af
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
47 deletions
+48
-47
app.js
dist/app.js
+2
-2
components.js
dist/bower_components/components.js
+1
-1
templates.js
dist/templates.js
+45
-44
No files found.
dist/app.js
View file @
f13aa51b
This diff is collapsed.
Click to expand it.
dist/bower_components/components.js
View file @
f13aa51b
This diff is collapsed.
Click to expand it.
dist/templates.js
View file @
f13aa51b
...
...
@@ -1616,61 +1616,62 @@ angular.module("shared/templates/multiselect.html", []).run(["$templateCache", f
angular
.
module
(
"shared/templates/nodeTable.html"
,
[]).
run
([
"$templateCache"
,
function
(
$templateCache
)
{
$templateCache
.
put
(
"shared/templates/nodeTable.html"
,
"<div class=
\"
tablescroll
\"
>
\n
"
+
"<table class=
\"
table table-bordered
\"
style=
\"
background-color:#fff;
\"
>
\n
"
+
" <thead>
\n
"
+
" <tr ng-if=
\"
node.schema.formType=='Node'
\"
>
\n
"
+
" {{node.model}}
\n
"
+
"<!--<table class=
\"
table table-bordered
\"
style=
\"
background-color:#fff;
\"
>-->
\n
"
+
" <!--<thead>-->
\n
"
+
" <!--<tr ng-if=
\"
node.schema.formType=='Node'
\"
>-->
\n
"
+
" <!--<!–<th colspan=
\"
2
\"
>–>-->
\n
"
+
" <!--<!–<label>–>-->
\n
"
+
" <!--<!–<input type=
\"
checkbox
\"
style=
\"
zoom:1.5; margin:5px 0 0 8px;
\"
>–>-->
\n
"
+
" <!--<!–Hepsini Seç–>-->
\n
"
+
" <!--<!–</label>–>-->
\n
"
+
" <!--<!–</th>–>-->
\n
"
+
" <!--<th ng-repeat=
\"
(key,value) in node.model
\"
>{{ key }}</th>-->
\n
"
+
" <!--<th>İşlem</th>-->
\n
"
+
" <!--</tr>-->
\n
"
+
" <!--<tr ng-if=
\"
node.schema.formType=='ListNode'
\"
>-->
\n
"
+
" <!--<th colspan=
\"
2
\"
>-->
\n
"
+
" <!--<label>-->
\n
"
+
" <!--<input type=
\"
checkbox
\"
style=
\"
zoom:1.5; margin:5px 0 0 8px;
\"
>-->
\n
"
+
" <!--Hepsini Seç-->
\n
"
+
" <!--</label>-->
\n
"
+
" <!--</th>-->
\n
"
+
" <th ng-repeat=
\"
(key,value) in node.model
\"
>{{ key }}</th>
\n
"
+
" <th>İşlem</th>
\n
"
+
" </tr>
\n
"
+
" <tr ng-if=
\"
node.schema.formType=='ListNode'
\"
>
\n
"
+
" <th colspan=
\"
2
\"
>
\n
"
+
" <label>
\n
"
+
" <input type=
\"
checkbox
\"
style=
\"
zoom:1.5; margin:5px 0 0 8px;
\"
>
\n
"
+
" Hepsini Seç
\n
"
+
" </label>
\n
"
+
" </th>
\n
"
+
" <th ng-repeat=
\"
(key,value) in node.model[0]
\"
>{{ key }}</th>
\n
"
+
" <th>İşlem</th>
\n
"
+
" </tr>
\n
"
+
" </thead>
\n
"
+
" <tbody ng-class=
\"
{hidden: node.lengthModels < 1}
\"
>
\n
"
+
" <!--<th ng-repeat=
\"
(key,value) in node.model[0]
\"
>{{ key }}</th>-->
\n
"
+
" <!--<th>İşlem</th>-->
\n
"
+
" <!--</tr>-->
\n
"
+
" <!--</thead>-->
\n
"
+
" <!--<tbody ng-class=
\"
{hidden: node.lengthModels < 1}
\"
>-->
\n
"
+
"
\n
"
+
" <!--<tr ng-if=
\"
node.schema.formType=='Node'
\"
>-->
\n
"
+
" <!--<!–<td width=
\"
60
\"
>–>-->
\n
"
+
" <!--<!–<label>–>-->
\n
"
+
" <!--<!–<input type=
\"
checkbox
\"
style=
\"
zoom:1.5; margin:5px 0 0 8px;
\"
>–>-->
\n
"
+
" <!--<!–</label>–>-->
\n
"
+
" <!--<!–</td>–>-->
\n
"
+
" <!--<!–<th scope=
\"
row
\"
style=
\"
text-align:center
\"
>1</th>–>-->
\n
"
+
" <!--<td ng-repeat=
\"
value in node.model
\"
>{{ value }}</td>-->
\n
"
+
" <!--<td>-->
\n
"
+
" <!--<button modal-for-nodes=
\"
{{node.schema.model_name}},{{node.schema.formType}},edit
\"
>Düzenle</button><br>-->
\n
"
+
" <!--<button>Sil</button>-->
\n
"
+
" <!--</td>-->
\n
"
+
" <!--</tr>-->
\n
"
+
"
\n
"
+
" <
tr ng-if=
\"
node.schema.formType=='Node'
\"
>
\n
"
+
" <
!--<tr ng-repeat=
\"
listnodemodel in node.model
\"
ng-if=
\"
node.schema.formType=='ListNode'
\"
>--
>
\n
"
+
" <!--<td width=
\"
60
\"
>-->
\n
"
+
" <!--<label>-->
\n
"
+
" <!--<input type=
\"
checkbox
\"
style=
\"
zoom:1.5; margin:5px 0 0 8px;
\"
>-->
\n
"
+
" <!--</label>-->
\n
"
+
" <!--</td>-->
\n
"
+
" <!--<th scope=
\"
row
\"
style=
\"
text-align:center
\"
>1</th>-->
\n
"
+
" <td ng-repeat=
\"
value in node.model
\"
>{{ value }}</td>
\n
"
+
" <td>
\n
"
+
" <button modal-for-nodes=
\"
{{node.schema.model_name}},{{node.schema.formType}},edit
\"
>Düzenle</button><br>
\n
"
+
" <button>Sil</button>
\n
"
+
" </td>
\n
"
+
" </tr>
\n
"
+
"
\n
"
+
" <tr ng-repeat=
\"
listnodemodel in node.model
\"
ng-if=
\"
node.schema.formType=='ListNode'
\"
>
\n
"
+
" <td width=
\"
60
\"
>
\n
"
+
" <label>
\n
"
+
" <input type=
\"
checkbox
\"
style=
\"
zoom:1.5; margin:5px 0 0 8px;
\"
>
\n
"
+
" </label>
\n
"
+
" </td>
\n
"
+
" <th scope=
\"
row
\"
style=
\"
text-align:center
\"
>{{$index+1}}</th>
\n
"
+
" <td ng-repeat=
\"
(k, v) in listnodemodel
\"
>{{ v }}</td>
\n
"
+
" <td>
\n
"
+
" <button modal-for-nodes=
\"
{{node.schema.model_name}},{{node.schema.formType}},edit,{{$index}}
\"
>Düzenle</button><br>
\n
"
+
" <button>Sil</button>
\n
"
+
" </td>
\n
"
+
" </tr>
\n
"
+
" <!--<th scope=
\"
row
\"
style=
\"
text-align:center
\"
>{{$index+1}}</th>-->
\n
"
+
" <!--<td ng-repeat=
\"
(k, v) in listnodemodel
\"
>{{ v }}</td>-->
\n
"
+
" <!--<td>-->
\n
"
+
" <!--<button modal-for-nodes=
\"
{{node.schema.model_name}},{{node.schema.formType}},edit,{{$index}}
\"
>Düzenle</button><br>-->
\n
"
+
" <!--<button>Sil</button>-->
\n
"
+
" <!--</td>-->
\n
"
+
" <!--</tr>-->
\n
"
+
"
\n
"
+
" <
/tbody
>
\n
"
+
"<
/table
>
\n
"
+
" <
!--</tbody>--
>
\n
"
+
"<
!--</table>--
>
\n
"
+
"</div>"
);
}]);
...
...
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