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
de0371f8
Commit
de0371f8
authored
9 years ago
by
babanb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made change to show hide tabs
parent
5299b837
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
details.html
dashboard/v2/public/modules/details/views/details.html
+6
-6
No files found.
dashboard/v2/public/modules/details/views/details.html
View file @
de0371f8
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
<!-- Nav tabs -->
<!-- Nav tabs -->
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
role=
"tablist"
>
<li
role=
"presentation"
class=
"active"
><a
href=
"#Details"
aria-controls=
"Details"
role=
"tab"
data-toggle=
"tab"
>
Details
</a></li>
<li
role=
"presentation"
class=
"active"
><a
href=
"#Details"
aria-controls=
"Details"
role=
"tab"
data-toggle=
"tab"
>
Details
</a></li>
<li
role=
"presentation"
><a
href=
"#Schema"
aria-controls=
"Schema"
role=
"tab"
data-toggle=
"tab"
>
Schema
</a></li>
<li
role=
"presentation"
data-ng-if=
"details.typeName=='Table'"
><a
href=
"#Schema"
aria-controls=
"Schema"
role=
"tab"
data-toggle=
"tab"
>
Schema
</a></li>
<li
role=
"presentation"
><a
href=
"#Output"
aria-controls=
"Output"
role=
"tab"
data-toggle=
"tab"
>
Output
</a></li>
<li
role=
"presentation"
data-ng-if=
"details.typeName=='Table'"
><a
href=
"#Output"
aria-controls=
"Output"
role=
"tab"
data-toggle=
"tab"
>
Output
</a></li>
<li
role=
"presentation"
><a
href=
"#Input"
aria-controls=
"Input"
role=
"tab"
data-toggle=
"tab"
>
Input
</a></li>
<li
role=
"presentation"
data-ng-if=
"details.typeName=='Table'"
><a
href=
"#Input"
aria-controls=
"Input"
role=
"tab"
data-toggle=
"tab"
>
Input
</a></li>
</ul>
</ul>
<!-- Tab panes -->
<!-- Tab panes -->
...
@@ -52,9 +52,9 @@
...
@@ -52,9 +52,9 @@
</div>
</div>
<div
role=
"tabpanel"
data-ng-if=
"details.typeName=='Table'"
class=
"tab-pane"
id=
"Schema"
>
<section
data-ng-include=
"'/modules/details/views/schema.html'"
></section></div>
<div
role=
"tabpanel"
class=
"tab-pane"
id=
"Schema"
>
<section
data-ng-include=
"'/modules/details/views/schema.html'"
></section></div>
<div
role=
"tabpanel"
data-ng-if=
"details.typeName=='Table'"
class=
"tab-pane"
id=
"Output"
><div
data-ng-include=
"'/modules/lineage/views/outputs.html'"
></div></div>
<div
role=
"tabpanel"
class=
"tab-pane"
id=
"Output"
><div
data-ng-include=
"'/modules/lineage/views/outputs.html'"
></div></div>
<div
role=
"tabpanel"
data-ng-if=
"details.typeName=='Table'"
class=
"tab-pane"
id=
"Input"
><div
data-ng-include=
"'/modules/lineage/views/inputs.html'"
></div></div>
<div
role=
"tabpanel"
class=
"tab-pane"
id=
"Input"
><div
data-ng-include=
"'/modules/lineage/views/inputs.html'"
></div></div>
</div>
</div>
</div>
</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