Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PZ
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
PZ
Commits
6fb61d74
Verified
Commit
6fb61d74
authored
2 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Plain Diff
Merge branch 'stage'
parents
9dd46232
7f6d08ee
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9251
passed
2 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
VERSION
+1
-1
1 addition, 1 deletion
VERSION
templates/layouts/default.html.ep
+3
-0
3 additions, 0 deletions
templates/layouts/default.html.ep
templates/shortcuts.html.ep
+4
-4
4 additions, 4 deletions
templates/shortcuts.html.ep
with
8 additions
and
5 deletions
VERSION
+
1
−
1
View file @
6fb61d74
1.0.
0
1.0.
1
This diff is collapsed.
Click to expand it.
templates/layouts/default.html.ep
+
3
−
0
View file @
6fb61d74
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
</head>
</head>
<body>
<body>
<nav
class=
"navbar navbar--simple __js-root"
>
<nav
class=
"navbar navbar--simple __js-root"
>
<ui-app
inline-template
>
<ui-app
inline-template
>
<ui-navbar
inline-template
>
<ui-navbar
inline-template
>
...
@@ -101,5 +102,7 @@
...
@@ -101,5 +102,7 @@
</section>
</section>
</div>
</div>
<script
src=
"https://cdn-unpkg.pirati.cz/vue@2.7.8/dist/vue.min.js"
></script>
<script
src=
"<%= $c->config->{styleguide} %>js/main.bundle.js"
></script>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
templates/shortcuts.html.ep
+
4
−
4
View file @
6fb61d74
...
@@ -77,16 +77,16 @@ $(function() {
...
@@ -77,16 +77,16 @@ $(function() {
},
},
fields: [
fields: [
{ name: "shortcut", title: "Zkratka", type: "text", width:
50
, editing: false },
{ name: "shortcut", title: "Zkratka", type: "text", width:
'5em'
, editing: false },
{ name: "url", title: "URL", type: "text", width:
250
, validate: "url" },
{ name: "url", title: "URL", type: "text", width:
'100%'
, validate: "url" },
{ name: "code", title: "T
ý
p přesměrování", type: "select", width:
70
, items: [
{ name: "code", title: "T
y
p přesměrování", type: "select", width:
'10em'
, items: [
{ name: "302 dočasné", code: 302 },
{ name: "302 dočasné", code: 302 },
{ name: "301 trvalé", code: 301 },
{ name: "301 trvalé", code: 301 },
],
],
valueField: "code",
valueField: "code",
textField: "name"
textField: "name"
},
},
{ type: "control", editButton: false, width:
3
0 }
{ type: "control", editButton: false, width:
6
0 }
]
]
});
});
});
});
...
...
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