Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
User Interfaces
Admin UI
Commits
ac80522f
Commit
ac80522f
authored
Sep 15, 2021
by
Ash Ittuveetil
Browse files
minor cosmetic changes made
parent
3b1c163d
Pipeline
#65413
failed with stages
in 2 minutes and 42 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
OSDUApp/src/app/data-platform/data-platform/data-platform.component.html
View file @
ac80522f
...
...
@@ -26,7 +26,7 @@
<span
class=
"info"
>
{{search_btn_dpd_help}}
</span>
</p>
</div>
<button
[disabled]=
"!isAdataAvailable"
type=
"button"
class=
"btn btn-success openAddGroupModal"
(click)=
"generateExcel()"
style=
" margin-left: 1.3%;"
><i
class=
"fa fa-download"
aria-hidden=
"true"
></i>
Export to Excel
</button>
<!--
<button [disabled]="!isAdataAvailable" type="button" class="btn btn-success openAddGroupModal" (click)="generateExcel()" style=" margin-left: 1.3%;" ><i class="fa fa-download" aria-hidden="true"></i> Export to Excel</button>
-->
</div>
<div
class=
"col-xs-12 col-md-2 col-lg-2"
>
...
...
@@ -81,7 +81,7 @@
</div>
<div
*ngIf=
"totalCount>0"
class=
"row"
style=
"margin-top: -3%;
margin-left: 0%;"
>
<label
style=
"
margin-bottom: -1%;
float: right;font-weight: 600; margin-top: 2%;margin-right: 1%;"
>
Total Count: {{totalCount}}
</label>
<label
style=
"float: right;font-weight: 600; margin-top: 2%;margin-right: 1%;"
>
Total Count: {{totalCount}}
</label>
</div>
<div
class=
"row"
>
<!-- style="margin-left: 1px;overflow-x:auto; width: 83vw;" -->
...
...
OSDUApp/src/app/entitlements/manage-groups/manage-groups.component.html
View file @
ac80522f
...
...
@@ -12,13 +12,13 @@
<i style=" margin-top: -7%;
margin-left: 96%;" class="fa fa-times" aria-hidden="true"></i>
</div> -->
<div
class=
"search-wrapper"
>
<!--
<div class="search-wrapper">
<form>
<input type="text" name="focus" autocomplete="off" required class="search-box" [(ngModel)]="myInput" placeholder="Search Group Name..." (keyup)="searchFilter($event.target.value)" />
<button class="close-icon" (click)="clearSearch()" type="button"></button>
</form>
</div>
<!--
<input id="myInput" type="text" placeholder="Search.." name="myInput" [(ngModel)]="myInput" (keyup)="searchFilter($event.target.value)">
-->
</div>
-->
<input
id=
"myInput"
type=
"text"
placeholder=
"Search.."
name=
"myInput"
[(ngModel)]=
"myInput"
(keyup)=
"searchFilter($event.target.value)"
>
</div>
<div
class=
"col-xs-6 col-md-4 col-lg-4"
>
<label
style=
"float: right;font-weight: 600; margin-top: 2%;margin-right: 1%;"
>
Total No of Groups: {{groupCount}}
</label>
...
...
OSDUApp/src/app/legal-tags/legal-tags/legal-tags.component.html
View file @
ac80522f
...
...
@@ -37,10 +37,10 @@
</div>
</div>
<p
style=
"color: red;"
>
{{error_Message_Div}}
</p>
<div
class=
"row"
*ngIf=
"LegalTagList.length>0"
>
<!--
<div class="row" *ngIf="LegalTagList.length>0">
<button type="button" class="btn btn-success openAddGroupModal" (click)="generateExcel()" style=" margin-top: -1%;
margin-bottom: 0.5%; margin-left: 1.3%;" ><i class="fa fa-download" aria-hidden="true"></i> Export to Excel</button>
</div>
</div>
-->
<div
class=
"row"
style=
"width: 83wv !important;"
>
<div
class=
"col-xs-12 col-md-12 col-lg-12"
style=
"overflow-x:auto;"
>
<table
id=
"tbllegalDetails"
class=
"table table-bordered table-striped"
>
...
...
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