Skip to content
Snippets Groups Projects
Verified Commit a2ee5297 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Uprava textu

parent 133bb13a
No related branches found
No related tags found
No related merge requests found
Pipeline #20833 passed
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
......
2.3.2 2.3.3
...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment