-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<template> | ||
<template> | ||
<section-cmp | ||
class="configs-root" | ||
v-if="service" :key="service.label"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@clabroche:registry=https://npm.pkg.github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/** @type {import('@clabroche/modules-plugins-loader-front/src/views').PluginSM<null>} */ | ||
const plugin = { | ||
name: 'Help', | ||
displayName: 'Help', | ||
description: 'Show help', | ||
icon: 'fa-question-circle', | ||
export: null, | ||
placements: [{ | ||
position: 'sidebar', | ||
label: 'Help', | ||
icon: 'fas fa-question-circle', | ||
goTo: { path: '/Help' }, | ||
active: 'Help', | ||
}], | ||
order: Infinity, | ||
}; | ||
module.exports = plugin; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "@clabroche/modules-help-backend", | ||
"version": "1.17.24", | ||
"repository": "https://github.com/clabroche/stack-monitor", | ||
"private": true, | ||
"scripts": { | ||
"test": "" | ||
}, | ||
"devDependencies": { | ||
"@clabroche/common-retrigger-all-build": "workspace:*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@clabroche:registry=https://npm.pkg.github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.17.24](https://github.com/clabroche/stack-monitor/compare/v1.17.23...v1.17.24) (2024-02-11) | ||
|
||
### Bug Fixes | ||
|
||
* link front to backend deps ([351abfd](https://github.com/clabroche/stack-monitor/commit/351abfd8f8cde96bce80d5202a78dd1daabbf6bb)) | ||
|
||
## [1.17.23](https://github.com/clabroche/stack-monitor/compare/v1.17.21...v1.17.23) (2024-02-11) | ||
|
||
### Bug Fixes | ||
|
||
* link front to backend deps ([66b3135](https://github.com/clabroche/stack-monitor/commit/66b313523d99765b692208de0043303dcb6a0914)) | ||
* link front to backend deps ([54fcbf3](https://github.com/clabroche/stack-monitor/commit/54fcbf371cf03dc4f51a7196de15fe5d352088e9)) | ||
|
||
## [1.17.22](https://github.com/clabroche/stack-monitor/compare/v1.17.21...v1.17.22) (2024-02-11) | ||
|
||
**Note:** Version bump only for package @clabroche/modules-configuration-front | ||
|
||
## [1.17.21](https://github.com/clabroche/stack-monitor/compare/v1.17.20...v1.17.21) (2024-02-11) | ||
|
||
**Note:** Version bump only for package @clabroche/modules-configuration-front | ||
|
||
## [1.17.18](https://github.com/clabroche/stack-monitor/compare/v1.17.15...v1.17.18) (2024-02-11) | ||
|
||
### Bug Fixes | ||
|
||
* resolve conflict ([e29ed8c](https://github.com/clabroche/stack-monitor/commit/e29ed8c50536109b0a05ec24d212b03a0f0b7922)) | ||
|
||
## [1.17.11](https://github.com/clabroche/stack-monitor/compare/v1.17.10...v1.17.11) (2024-02-04) | ||
|
||
### Bug Fixes | ||
|
||
* link modules between them ([a9a087c](https://github.com/clabroche/stack-monitor/commit/a9a087c7cd00ba09bdf075e476d6ea669a86dc06)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "@clabroche/modules-help-front", | ||
"version": "1.17.24", | ||
"repository": "https://github.com/clabroche/stack-monitor", | ||
"private": true, | ||
"scripts": { | ||
"test": "" | ||
}, | ||
"eslintConfig": { | ||
"parser": "vue-eslint-parser", | ||
"env": { | ||
"browser": true | ||
}, | ||
"rules": { | ||
"import/no-extraneous-dependencies": "off" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@clabroche/common-retrigger-all-build": "workspace:*", | ||
"vue-eslint-parser": "^9.4.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<template> | ||
<iframe src="https://clabroche.github.io/stack-monitor/" width="100%" height="100%"></iframe> | ||
</template> | ||
|
||
<script setup> | ||
</script> | ||
<style lang="scss" scoped> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters