Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
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
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
iPPIDB
ippidb-web
Commits
d1a6a376
Commit
d1a6a376
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into release
parents
c047f482
9c65d315
No related branches found
No related tags found
1 merge request
!53
Clean code
Pipeline
#110384
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/templates/admin/index.html
+7
-7
7 additions, 7 deletions
ippisite/templates/admin/index.html
ippisite/templates/admin/ippidb/loginfo.html
+2
-2
2 additions, 2 deletions
ippisite/templates/admin/ippidb/loginfo.html
with
9 additions
and
9 deletions
ippisite/templates/admin/index.html
+
7
−
7
View file @
d1a6a376
...
...
@@ -10,10 +10,10 @@
#content-related
.module
{
background
:
var
(
--darkened-bg
);
}
#
site-wide-commands
form
{
#
content-related
form
{
margin
:
15px
7px
;
}
#
site-wide-commands
form
input
{
#
content-related
form
input
{
width
:
100%
;
}
</style>
...
...
@@ -60,7 +60,7 @@
</div>
<div
class=
"module"
id=
"
site-wide
-commands"
>
<div
class=
"module"
id=
"
data-management
-commands"
>
<h2>
{% trans 'Data management' %}
</h2>
<h3>
Launch actions
</h3>
<form
method=
"POST"
action=
"/admin/launch_compound_properties_caching/"
...
...
@@ -86,19 +86,19 @@
<!-- Button trigger modal -->
<!-- Trigger/Open The Modal -->
<div
class=
"div-modal-btn"
>
<button
id=
"ImportBtn"
for=
"ImportModal"
class=
"button"
>
Import targetcentric data
</button>
<button
id=
"ImportBtn"
for=
"ImportModal"
class=
"button
modal-btn
"
>
Import targetcentric data
</button>
</div>
<hr/>
<div
class=
"div-modal-btn"
>
<button
id=
"MrcBtn"
for=
"MRCModal"
class=
"button"
>
Import mrc files
</button>
<button
id=
"MrcBtn"
for=
"MRCModal"
class=
"button
modal-btn
"
>
Import mrc files
</button>
</div>
<hr/>
<div
class=
"div-modal-btn"
>
<button
id=
"CleanBtn"
for=
"CleanModal"
class=
"button"
>
Clean targetcentric data
</button>
<button
id=
"CleanBtn"
for=
"CleanModal"
class=
"button
modal-btn
"
>
Clean targetcentric data
</button>
</div>
<hr/>
<div
class=
"div-modal-btn"
>
<button
id=
"DropBtn"
for=
"DropModal"
class=
"button"
>
Drop all targetcentric data
</button>
<button
id=
"DropBtn"
for=
"DropModal"
class=
"button
modal-btn
"
>
Drop all targetcentric data
</button>
</div>
<hr/>
</div>
...
...
This diff is collapsed.
Click to expand it.
ippisite/templates/admin/ippidb/loginfo.html
+
2
−
2
View file @
d1a6a376
...
...
@@ -16,10 +16,10 @@
#content-related
.module
{
background
:
#f8f8f8
;
}
#
site-wide-commands
form
{
#
content-related
form
{
margin
:
15px
7px
;
}
#
site-wide-commands
form
input
{
#
content-related
form
input
{
width
:
100%
;
}
</style>
...
...
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