Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
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
dataplatform
atlas
Commits
0f1c94d0
Commit
0f1c94d0
authored
9 years ago
by
DarshanKumar
Committed by
Vishal Kadam
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Details Page updated
Details Page updated upon API
parent
94ed0809
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
6 deletions
+26
-6
detailsResource.js
dashboard/v2/public/modules/details/detailsResource.js
+2
-0
schema.html
dashboard/v2/public/modules/details/views/schema.html
+24
-6
No files found.
dashboard/v2/public/modules/details/detailsResource.js
View file @
0f1c94d0
...
...
@@ -30,4 +30,6 @@ angular.module('dgc.details').factory('DetailsResource', ['$resource', function(
responseType
:
'json'
}
});
}]);
This diff is collapsed.
Click to expand it.
dashboard/v2/public/modules/details/views/schema.html
View file @
0f1c94d0
...
...
@@ -26,11 +26,30 @@
</tr>
</thead>
<tbody>
<tr
ng-repeat=
"s in schemas.columns track by $index"
>
<td>
{{s.name}}
</td>
<td>
{{s.comment}}
</td>
<td>
{{s.dataType}}
</td>
<tr
>
<td>
{{details.values.columns[0].values.name}}
</td>
<td>
{{details.values.columns[0].values.comment}}
</td>
<td>
{{details.values.columns[0].values.dataType}}
</td>
</tr>
<tr>
<td>
{{details.values.columns[1].values.name}}
</td>
<td>
{{details.values.columns[1].values.comment}}
</td>
<td>
{{details.values.columns[1].values.dataType}}
</td>
</tr>
<tr>
<td>
{{details.values.columns[2].values.name}}
</td>
<td>
{{details.values.columns[2].values.comment}}
</td>
<td>
{{details.values.columns[2].values.dataType}}
</td>
</tr>
<tr>
<td>
{{details.values.columns[3].values.name}}
</td>
<td>
{{details.values.columns[3].values.comment}}
</td>
<td>
{{details.values.columns[3].values.dataType}}
</td>
</tr>
</tbody>
</table>
</div>
\ No newline at end of file
</div>
This diff is collapsed.
Click to expand it.
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