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
7ade9fe5
Commit
7ade9fe5
authored
9 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-168 Atlas UI - Max column in hive 4 (darshankumar89 via shwethags)
parent
c76bcb20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
22 deletions
+5
-22
schema.html
dashboard/public/modules/details/views/schema.html
+4
-22
release-log.txt
release-log.txt
+1
-0
No files found.
dashboard/public/modules/details/views/schema.html
View file @
7ade9fe5
...
@@ -23,30 +23,13 @@
...
@@ -23,30 +23,13 @@
<th>
DataType
</th>
<th>
DataType
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody
ng-repeat=
"colm in details.values.columns"
>
<tr>
<tr>
<td>
{{
details.values.columns[0]
.values.name}}
</td>
<td>
{{
colm
.values.name}}
</td>
<td>
{{
details.values.columns[0]
.values.comment}}
</td>
<td>
{{
colm
.values.comment}}
</td>
<td>
{{
details.values.columns[0]
.values.dataType}}
</td>
<td>
{{
colm
.values.dataType}}
</td>
</tr>
</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>
</tbody>
</table>
</table>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
7ade9fe5
...
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
...
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
ALL CHANGES:
ALL CHANGES:
ATLAS-168 Atlas UI - Max column in hive 4 (darshankumar89 via shwethags)
ATLAS-155 Images do not show up on the dashboard (darshankumar89 via shwethags)
ATLAS-155 Images do not show up on the dashboard (darshankumar89 via shwethags)
ATLAS-134 Some defects found when reviewing the source code (ltfxyz via shwethags)
ATLAS-134 Some defects found when reviewing the source code (ltfxyz via shwethags)
ATLAS-196 Fix solr documentation (suma.shivaprasad via shwethags)
ATLAS-196 Fix solr documentation (suma.shivaprasad via shwethags)
...
...
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