Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Commits
ee66aa70
Commit
ee66aa70
authored
2 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Plain Diff
Merge branch '5997-no-autocomplete' into 'master'
refresh overview every 60 sec See merge request
!46
parents
3b25517c
6dd29498
No related branches found
No related tags found
1 merge request
!46
refresh overview every 60 sec
Pipeline
#1471
passed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public_html/deployment/classes/projectlist.class.php
+1
-1
1 addition, 1 deletion
public_html/deployment/classes/projectlist.class.php
with
1 addition
and
1 deletion
public_html/deployment/classes/projectlist.class.php
+
1
−
1
View file @
ee66aa70
...
...
@@ -555,7 +555,7 @@ class projectlist extends base{
</thead>
<tbody>
'
.
$sOut
.
'</tbody></table>'
.
'<script>window.setTimeout("setDefaultView();", 50);</script>'
;
.
'<script>window.setTimeout("setDefaultView();", 50);
window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);; ", 60000);
</script>'
;
}
else
{
$sOut
=
t
(
"class-pl-error-no-project"
)
.
'<br><br>'
.
$oPrj1
->
renderLink
(
"new"
)
...
...
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