Update rapport_bdd.sh
This commit is contained in:
@@ -48,7 +48,7 @@ do
|
|||||||
cat sql/99_html_footer.html >> ${HTML_FILE}
|
cat sql/99_html_footer.html >> ${HTML_FILE}
|
||||||
|
|
||||||
# coloriage des mots clé en rouge ou en vert
|
# coloriage des mots clé en rouge ou en vert
|
||||||
for txt in INVALID FAILED NOARCHIVELOG
|
for txt in INVALID FAILED NOARCHIVELOG OFFLINE
|
||||||
do
|
do
|
||||||
sed -i "s#${txt}#<span style='color: red; background-color: yellow;'>${txt}</span>#g" ${HTML_FILE}
|
sed -i "s#${txt}#<span style='color: red; background-color: yellow;'>${txt}</span>#g" ${HTML_FILE}
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user