Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pitube
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
pitube
Commits
a2ee5297
Verified
Commit
a2ee5297
authored
2 weeks ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Uprava textu
parent
133bb13a
No related branches found
No related tags found
No related merge requests found
Pipeline
#20833
passed
2 weeks ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
VERSION
+1
-1
1 addition, 1 deletion
VERSION
templates/live.html.ep
+1
-1
1 addition, 1 deletion
templates/live.html.ep
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
a2ee5297
image
:
docker:
20.10.9
image
:
docker:
latest
variables
:
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
services
:
services
:
-
docker:
20.10.9-
dind
-
docker:dind
before_script
:
before_script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
a2ee5297
2.3.
2
2.3.
3
This diff is collapsed.
Click to expand it.
templates/live.html.ep
+
1
−
1
View file @
a2ee5297
...
@@ -20,7 +20,7 @@ $('#Streams').bootstrapTable({
...
@@ -20,7 +20,7 @@ $('#Streams').bootstrapTable({
onClickCell: function (field, value, row, $element) {
onClickCell: function (field, value, row, $element) {
window.location.href = '/play/' + row.key;
window.location.href = '/play/' + row.key;
},
},
formatNoMatches: function() { return '<p class="text-4xl">Aktuálně neprobíhá žádné živé vysílání</p>' },
formatNoMatches: function() { return '<p class="text-4xl">Aktuálně neprobíhá žádné
veřejné
živé vysílání
. Pro zobrazení neveřejných vysílání se prosím <a href="<%= $c->oauth2->authorize %>">přihlaste</a>
</p>' },
});
});
function rowStyle(row, index) {
function rowStyle(row, index) {
...
...
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