Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AIMS Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Show more breadcrumbs
Coscine
frontend
apps
AIMS Frontend
Merge requests
!28
Sprint/2021 23
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sprint/2021 23
Sprint/2021-23
into
master
Overview
0
Commits
18
Pipelines
4
Changes
57
Merged
Petar Hristov
requested to merge
Sprint/2021-23
into
master
3 years ago
Overview
0
Commits
18
Pipelines
4
Changes
57
Expand
0
0
Merge request reports
Compare
master
version 2
fbb129fd
3 years ago
version 1
424a87d5
3 years ago
master (base)
and
latest version
latest version
840f6c76
18 commits,
3 years ago
version 2
fbb129fd
17 commits,
3 years ago
version 1
424a87d5
15 commits,
3 years ago
57 files
+
2403
−
1279
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
57
Search (e.g. *.vue) (Ctrl+P)
public/index.html
+
12
−
0
Options
@@ -7,7 +7,19 @@
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
AIMS
</title>
<script>
function
uuidv4
()
{
return
([
1
e7
]
+-
1
e3
+-
4
e3
+-
8
e3
+-
1
e11
).
replace
(
/
[
018
]
/g
,
c
=>
(
c
^
crypto
.
getRandomValues
(
new
Uint8Array
(
1
))[
0
]
&
15
>>
c
/
4
).
toString
(
16
)
);
}
window
.
coscine
=
{
authorization
:
{
bearer
:
''
,
},
clientcorrolation
:
{
id
:
uuidv4
(),
},
i18n
:
{
'
form-generator
'
:
{
en
:
{
Loading