Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Compare revisions
6195fedbb13425bca8daf8db690e48e6d129be7e to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
applications/hubl
Select target project
No results found
master
Select Git revision
Swap
Target
applications/etuc/hubl
Select target project
applications/etuc/hubl
applications/hubl
decentral1se/hubl
rngadam/hubl
jvtrudel/hubl
3wc/hubl
6 results
6195fedbb13425bca8daf8db690e48e6d129be7e
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
www/lib/sib-chat
+0
-1
0 additions, 1 deletion
www/lib/sib-chat
www/lib/sib-core
+0
-1
0 additions, 1 deletion
www/lib/sib-core
www/lib/sib-oidc
+0
-1
0 additions, 1 deletion
www/lib/sib-oidc
www/lib/sib-router
+0
-1
0 additions, 1 deletion
www/lib/sib-router
www/test.html
+0
-54
0 additions, 54 deletions
www/test.html
with
0 additions
and
58 deletions
sib-chat
@
6a85c718
Subproject commit 6a85c71851bc0a8b8f21e0ce9c64711fbc40ae08
This diff is collapsed.
Click to expand it.
sib-core
@
a532e579
Subproject commit a532e579d3303de73477c33f534556104837f648
This diff is collapsed.
Click to expand it.
sib-oidc
@
d29cf792
Subproject commit d29cf792ad5f818eea604176df83604bf2c2b9e2
This diff is collapsed.
Click to expand it.
sib-router
@
bb279670
Subproject commit bb2796705cba0c17be7cc656671e1e4087cfd23f
This diff is collapsed.
Click to expand it.
www/test.html
deleted
100644 → 0
View file @
6195fedb
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<title>
[test] HD App
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
/>
<!-- Scripts-->
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.2.7/webcomponents-loader.js"
integrity=
"sha256-fz7VMnmo2h7TlM7CBea8/vpbWpdQnbp20TnwmRwi/KU="
crossorigin=
"anonymous"
></script>
<!-- Web components-->
<!-- <link rel="import" href="https://cdn.happy-dev.fr/sib-core/sib-display.html"/> -->
<link
rel=
"import"
href=
"lib/sib-core/sib-display.html"
/>
<style>
body
.debug
*
:not
(
script
)
:not
(
button
)
{
display
:
block
;
padding
:
3px
;
margin
:
3px
;
border
:
1px
solid
#f006
;
}
sib-display
,
sib-display-div
{
display
:
block
;
background-color
:
#0002
;
margin
:
.5em
0
;
min-height
:
1em
;
}
</style>
</head>
<body>
<button
onclick=
"document.body.classList.toggle('debug')"
>
debug
</button>
<!-- <div id="job-offers">
<h1>Job offers</h1>
<sib-display id="offers-list"
data-src="https://test-paris.happy-dev.fr/job-offers/"
data-fields="title, description, skills"
widget-skills="sib-display-lookuplist"
></sib-display>
</div> -->
<div
id=
"members"
>
<h1>
Members
</h1>
<sib-display
id=
"profiles-list"
data-src=
"http://127.0.0.1:8000/members/"
data-fields=
"roles, ab"
widget-skills=
"sib-display-lookuplist"
set-ab=
"user.first_name, user.last_name"
></sib-display>
</div>
<!-- <div>
<h1>sib-form</h1>
<sib-form class="block" range-client="https://test-paris.happy-dev.fr/clients/" widget-team="sib-form-multiple-dropdown" range-team="https://test-paris.happy-dev.fr/members/" data-src="https://test-paris.happy-dev.fr/projects/1/"></sib-form>
</div> -->
</body>
</html>
This diff is collapsed.
Click to expand it.
Prev
1
…
10
11
12
13
14
Next