diff options
author | johannst <johannst@users.noreply.github.com> | 2021-03-29 15:16:14 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2021-03-29 15:16:14 +0000 |
commit | c6ae65a3f9c9f1d393291dbb7c1c741676664825 (patch) | |
tree | de71f5029b2173c8d3e674dcc4c6943a951b4e17 /monitor | |
parent | fe84155562f3e6d51b94155197ab5606f2e3bebe (diff) | |
download | notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.tar.gz notes-c6ae65a3f9c9f1d393291dbb7c1c741676664825.zip |
deploy: 6e82f44415534b31b683006bbeca4379d43d9d0d
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/index.html | 4 | ||||
-rw-r--r-- | monitor/lsof.html | 4 | ||||
-rw-r--r-- | monitor/pgrep.html | 4 | ||||
-rw-r--r-- | monitor/pidstat.html | 4 | ||||
-rw-r--r-- | monitor/pmap.html | 4 | ||||
-rw-r--r-- | monitor/pstack.html | 4 | ||||
-rw-r--r-- | monitor/ss.html | 4 |
7 files changed, 28 insertions, 0 deletions
diff --git a/monitor/index.html b/monitor/index.html index 3811700..6bcd1a6 100644 --- a/monitor/index.html +++ b/monitor/index.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/monitor/lsof.html b/monitor/lsof.html index c6214ae..29631e5 100644 --- a/monitor/lsof.html +++ b/monitor/lsof.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/monitor/pgrep.html b/monitor/pgrep.html index a6f2f38..01627b7 100644 --- a/monitor/pgrep.html +++ b/monitor/pgrep.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/monitor/pidstat.html b/monitor/pidstat.html index 5457382..b679e61 100644 --- a/monitor/pidstat.html +++ b/monitor/pidstat.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/monitor/pmap.html b/monitor/pmap.html index ccf7331..e6b7fd9 100644 --- a/monitor/pmap.html +++ b/monitor/pmap.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/monitor/pstack.html b/monitor/pstack.html index 59ca4b5..c6f0eb6 100644 --- a/monitor/pstack.html +++ b/monitor/pstack.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> diff --git a/monitor/ss.html b/monitor/ss.html index eb6cff6..de3d4cf 100644 --- a/monitor/ss.html +++ b/monitor/ss.html @@ -120,6 +120,10 @@ <i id="print-button" class="fa fa-print"></i> </a> + <a href="https://github.com/johannst/notes" title="Git repository" aria-label="Git repository"> + <i id="git-repository-button" class="fa fa-github"></i> + </a> + </div> </div> </div> |