Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Commits
b490a12f
Commit
b490a12f
authored
4 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Fix commented block => DONE, fix doctype and title html page tag => DONE
parent
485c3b72
Branches
master
Tags
v3.5.0
2 merge requests
!169
Develop
,
!161
Resolve "Fix SQ issues"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/search/components/result/reminder.component.html
+0
-63
0 additions, 63 deletions
src/app/search/components/result/reminder.component.html
src/assets/silent-check-sso.html
+4
-1
4 additions, 1 deletion
src/assets/silent-check-sso.html
with
4 additions
and
64 deletions
src/app/search/components/result/reminder.component.html
+
0
−
63
View file @
b490a12f
...
...
@@ -76,66 +76,3 @@
</div>
</accordion-group>
</accordion>
<!--<div *ngIf="dataLengthIsLoaded" class="mb-5">-->
<!-- <tabset [justified]="true">-->
<!-- <tab>-->
<!-- <ng-template tabHeading>-->
<!-- Criteria <span class="badge badge-pill badge-secondary">{{ nbCriteria() }}</span>-->
<!-- </ng-template>-->
<!-- <div class="tab-content container-fluid pt-3">-->
<!-- <div *ngIf="nbCriteria() === 0" class="text-center font-weight-bold pt-5">-->
<!-- No selected criteria-->
<!-- </div>-->
<!-- <div *ngIf="nbCriteria() > 0" class="row">-->
<!-- <div *ngIf="isConeSearchAdded" class="col-12 col-md-6 col-xl-4 pb-3">-->
<!-- <span class="title">Cone search</span>-->
<!-- <ul class="list-unstyled pl-3">-->
<!-- <li>RA = {{ coneSearch.ra }}°</li>-->
<!-- <li>DEC = {{ coneSearch.dec }}°</li>-->
<!-- <li>radius = {{ coneSearch.radius }} arcsecond</li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- <ng-container *ngFor="let family of criteriaFamilyList">-->
<!-- <ng-container *ngIf="criteriaByFamily(family.id).length > 0">-->
<!-- <div class="col-12 col-md-6 col-xl-4 pb-3">-->
<!-- <span class="title">{{ family.label }}</span>-->
<!-- <ul class="list-unstyled pl-3">-->
<!-- <li *ngFor="let criterion of criteriaByFamily(family.id)">-->
<!-- {{ getAttribute(criterion.id).form_label }} {{ printCriterion(criterion) }}-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </ng-container>-->
<!-- </ng-container>-->
<!-- </div>-->
<!-- </div>-->
<!-- </tab>-->
<!-- <tab>-->
<!-- <ng-template tabHeading>-->
<!-- Outputs <span class="badge badge-pill badge-secondary">{{ outputList.length }}</span>-->
<!-- </ng-template>-->
<!-- <div class="tab-content container-fluid pt-3">-->
<!-- <div class="row">-->
<!-- <ng-container *ngFor="let family of outputFamilyList">-->
<!-- <ng-container *ngFor="let category of categoryListByFamily(family.id)">-->
<!-- <ng-container *ngIf="outputListByCategory(category.id).length > 0">-->
<!-- <div class="col-12 col-md-6 col-lg-4 col-xl-3 pb-3">-->
<!-- <span class="title">{{ family.label }}</span><br>-->
<!-- <span class="title pl-3">{{ category.label }}</span>-->
<!-- <ul class="list-unstyled pl-5">-->
<!-- <li *ngFor="let output of outputListByCategory(category.id)">-->
<!-- {{ getAttribute(output).form_label }}-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- </ng-container>-->
<!-- </ng-container>-->
<!-- </ng-container>-->
<!-- </div>-->
<!-- </div>-->
<!-- </tab>-->
<!-- </tabset>-->
<!--</div>-->
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/assets/silent-check-sso.html
+
4
−
1
View file @
b490a12f
<!DOCTYPE html>
<html>
<head>
<title>
Authentication
</title>
</head>
<body>
<script>
parent
.
postMessage
(
location
.
href
,
location
.
origin
);
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment