Make the iframe big

This commit is contained in:
c0dev0id 2023-10-24 22:24:12 +02:00
parent c4acee5d98
commit 92c1acbc81
2 changed files with 11 additions and 5 deletions

View File

@ -11,6 +11,7 @@ debug:
# ps - page with shell code # ps - page with shell code
# pa - page with asciidoctor code # pa - page with asciidoctor code
# pt - page with plain text # pt - page with plain text
# everything will be converted to html
PH_FILES != find src -type f -name "*.ph" | sed 's|src/||g' PH_FILES != find src -type f -name "*.ph" | sed 's|src/||g'
PM_FILES != find src -type f -name "*.pm" | sed 's|src/||g' PM_FILES != find src -type f -name "*.pm" | sed 's|src/||g'
@ -18,7 +19,10 @@ PS_FILES != find src -type f -name "*.ps" | sed 's|src/||g'
PA_FILES != find src -type f -name "*.pa" | sed 's|src/||g' PA_FILES != find src -type f -name "*.pa" | sed 's|src/||g'
PT_FILES != find src -type f -name "*.pt" | sed 's|src/||g' PT_FILES != find src -type f -name "*.pt" | sed 's|src/||g'
# put static files and dirs into .control/static-files. Globbing is supported.
STATIC_FILES != cat .control/static-files STATIC_FILES != cat .control/static-files
# put a local directory or a remote server with path (ssh notation) in here.
REMOTE != cat .control/remote-ssh-target REMOTE != cat .control/remote-ssh-target
$(PH_FILES): $(PH_FILES):
@ -90,7 +94,9 @@ _install: website
#### HELPER TARGETS #### #### HELPER TARGETS ####
edit-css: css:
vim src/assets/style.css @vim src/assets/style.css
make install @echo rebuild?
make edit-css @read
@make install
@make css

View File

@ -4,5 +4,5 @@
<li>The dot position shows the average response time.</li> <li>The dot position shows the average response time.</li>
<li>The color of the dot shows the package loss (how many of the 20 requests got lost).</li> <li>The color of the dot shows the package loss (how many of the 20 requests got lost).</li>
</ul> </ul>
<iframe width="100%" height="150%" frameborder=0 src="/smokeping/?target=Network"></iframe> <iframe width="100%" height="200%" frameborder=0 src="/smokeping/?target=Network"></iframe>