Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
validata-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Validata
validata-ui
Commits
e82709a2
Commit
e82709a2
authored
Jun 25, 2019
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup!
parent
8723cb52
Pipeline
#1110
passed with stage
in 4 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
validata_ui/templates/base_template.html
validata_ui/templates/base_template.html
+1
-1
No files found.
setup.py
View file @
e82709a2
...
@@ -13,7 +13,7 @@ with readme_filepath.open('rt', encoding='utf-8') as fd:
...
@@ -13,7 +13,7 @@ with readme_filepath.open('rt', encoding='utf-8') as fd:
setup
(
setup
(
name
=
'validata_ui'
,
name
=
'validata_ui'
,
version
=
'0.2.
7
'
,
version
=
'0.2.
8
'
,
description
=
'Validata Web UI'
,
description
=
'Validata Web UI'
,
long_description
=
LONG_DESCRIPTION
,
long_description
=
LONG_DESCRIPTION
,
...
...
validata_ui/templates/base_template.html
View file @
e82709a2
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
(
function
()
{
(
function
()
{
var
u
=
"
{{ config.MATOMO_BASE_URL }}/
"
;
var
u
=
"
{{ config.MATOMO_BASE_URL }}/
"
;
_paq
.
push
([
'
setTrackerUrl
'
,
u
+
'
matomo.php
'
]);
_paq
.
push
([
'
setTrackerUrl
'
,
u
+
'
matomo.php
'
]);
_paq
.
push
([
'
setSiteId
'
,
'
config.MATOMO_SITE_ID
'
]);
_paq
.
push
([
'
setSiteId
'
,
'
{{ config.MATOMO_SITE_ID }}
'
]);
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
g
.
type
=
'
text/javascript
'
;
g
.
async
=
true
;
g
.
defer
=
true
;
g
.
src
=
u
+
'
matomo.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
g
.
type
=
'
text/javascript
'
;
g
.
async
=
true
;
g
.
defer
=
true
;
g
.
src
=
u
+
'
matomo.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
})();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment