adminlte > web

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-10-11 21:31:14 +02:00
parent d64dc0d750
commit 01366da32f
3 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
**In raising this issue, I confirm the following:** `{please fill the checkboxes, e.g: [X]}` **In raising this issue, I confirm the following:** `{please fill the checkboxes, e.g: [X]}`
- [] I have read and understood the [contributors guide](https://github.com/pi-hole/AdminLTE/blob/master/CONTRIBUTING.md). - [] I have read and understood the [contributors guide](https://github.com/pi-hole/web/blob/master/CONTRIBUTING.md).
- [] The issue I am reporting can be _replicated_. - [] The issue I am reporting can be _replicated_.
- [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/AdminLTE/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/AdminLTE/issues)). - [] The issue I am reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/web/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/web/issues)).
**How familiar are you with the the source code relevant to this issue?:** **How familiar are you with the the source code relevant to this issue?:**

View File

@@ -5,15 +5,15 @@
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/pi-hole/AdminLTE.git" "url": "git+https://github.com/pi-hole/web.git"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "EUPL-1.2", "license": "EUPL-1.2",
"bugs": { "bugs": {
"url": "https://github.com/pi-hole/AdminLTE/issues" "url": "https://github.com/pi-hole/web/issues"
}, },
"homepage": "https://github.com/pi-hole/AdminLTE#readme", "homepage": "https://github.com/pi-hole/web#readme",
"scripts": { "scripts": {
"prefix": "postcss \"style/*.css\" \"style/themes/*.css\" --use autoprefixer --no-map --replace", "prefix": "postcss \"style/*.css\" \"style/themes/*.css\" --use autoprefixer --no-map --replace",
"prettier:check": "prettier -l \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"", "prettier:check": "prettier -l \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"",

View File

@@ -490,7 +490,7 @@ function updateVersionInfo() {
remote: version.web.remote.version, remote: version.web.remote.version,
branch: version.web.local.branch, branch: version.web.local.branch,
hash: version.web.local.hash, hash: version.web.local.hash,
url: "https://github.com/pi-hole/AdminLTE/releases", url: "https://github.com/pi-hole/web/releases",
}, },
]; ];