Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
Ecolyo
Commits
014c8b7f
Commit
014c8b7f
authored
May 10, 2022
by
Guilhem CARRON
Browse files
publish: chore(release): 1.9.2
generated from commit
6973962d
parent
283bf380
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
app/ecolyo.c
23d2ee98b58588060f0
.js
→
app/ecolyo.c
9cabda9732f9c9d5e7b
.js
View file @
014c8b7f
This diff is collapsed.
Click to expand it.
index.html
View file @
014c8b7f
<!DOCTYPE html>
<html
lang=
"{{.Locale}}"
><head><meta
charset=
"utf-8"
><title>
Ecolyo
</title><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-32x32.png"
sizes=
"32x32"
><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-16x16.png"
sizes=
"16x16"
>
<!-- PWA Manifest -->
<link
rel=
"manifest"
href=
"/manifest.json"
crossorigin=
"use-credentials"
><link
rel=
"mask-icon"
href=
"/safari-pinned-tab.svg"
color=
"#297EF2"
><meta
name=
"viewport"
content=
"width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"
>
<!-- PWA Chrome -->
<link
rel=
"icon"
sizes=
"192x192"
href=
"/android-chrome-192x192.png"
><link
rel=
"icon"
sizes=
"512x512"
href=
"/android-chrome-512x512.png"
>
<!-- PWA iOS -->
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/apple-touch-icon.png"
><link
rel=
"apple-touch-startup-image"
href=
"/apple-touch-icon.png"
><meta
name=
"apple-mobile-web-app-title"
content=
"Ecolyo"
><meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
><meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<!-- PWA Colors -->
<meta
name=
"theme-color"
content=
"#343641"
><meta
name=
"background-color"
content=
"#121212"
>
{{.ThemeCSS}} {{.CozyBar}}
</head><body><div
role=
"application"
class=
"application"
data-cozy-token=
"{{.Token}}"
data-cozy-domain=
"{{.Domain}}"
data-cozy-locale=
"{{.Locale}}"
data-cozy-app-name=
"{{.AppName}}"
data-cozy-app-slug=
"{{.AppSlug}}"
data-cozy-app-name-prefix=
"{{.AppNamePrefix}}"
data-cozy-app-editor=
"{{.AppEditor}}"
data-cozy-icon-path=
"{{.IconPath}}"
><script
src=
"vendors/ecolyo.bce3a3ca54818ecca6eb.js"
></script><script
src=
"app/ecolyo.c23d2ee98b58588060f0.js"
></script></div></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html
lang=
"{{.Locale}}"
><head><meta
charset=
"utf-8"
><title>
Ecolyo
</title><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-32x32.png"
sizes=
"32x32"
><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-16x16.png"
sizes=
"16x16"
>
<!-- PWA Manifest -->
<link
rel=
"manifest"
href=
"/manifest.json"
crossorigin=
"use-credentials"
><link
rel=
"mask-icon"
href=
"/safari-pinned-tab.svg"
color=
"#297EF2"
><meta
name=
"viewport"
content=
"width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"
>
<!-- PWA Chrome -->
<link
rel=
"icon"
sizes=
"192x192"
href=
"/android-chrome-192x192.png"
><link
rel=
"icon"
sizes=
"512x512"
href=
"/android-chrome-512x512.png"
>
<!-- PWA iOS -->
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/apple-touch-icon.png"
><link
rel=
"apple-touch-startup-image"
href=
"/apple-touch-icon.png"
><meta
name=
"apple-mobile-web-app-title"
content=
"Ecolyo"
><meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
><meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<!-- PWA Colors -->
<meta
name=
"theme-color"
content=
"#343641"
><meta
name=
"background-color"
content=
"#121212"
>
{{.ThemeCSS}} {{.CozyBar}}
</head><body><div
role=
"application"
class=
"application"
data-cozy-token=
"{{.Token}}"
data-cozy-domain=
"{{.Domain}}"
data-cozy-locale=
"{{.Locale}}"
data-cozy-app-name=
"{{.AppName}}"
data-cozy-app-slug=
"{{.AppSlug}}"
data-cozy-app-name-prefix=
"{{.AppNamePrefix}}"
data-cozy-app-editor=
"{{.AppEditor}}"
data-cozy-icon-path=
"{{.IconPath}}"
><script
src=
"vendors/ecolyo.bce3a3ca54818ecca6eb.js"
></script><script
src=
"app/ecolyo.c9cabda9732f9c9d5e7b.js"
></script></div></body></html>
\ No newline at end of file
services/aggregatorUsageEvents/ecolyo.js
View file @
014c8b7f
...
...
@@ -93045,8 +93045,7 @@ class AccountService {
const query = (0, _cozyClient.Q)(_doctypes.ACCOUNTS_DOCTYPE) // eslint-disable-next-line @typescript-eslint/camelcase
.where({
account_type: 'index'
}) // .indexFields(['account_type'])
.limitBy(1);
}).indexFields(['account_type']).limitBy(1);
const {
data: result
} = await this._client.query(query);
Write
Preview
Supports
Markdown
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