You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2018/06/19 19:39:11 UTC

[trafficcontrol] 01/03: Fix icon images on website

This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 65605295e475b4517ecc5b5157d1d2bb3959b435
Author: Jan van Doorn <jv...@knutsel.com>
AuthorDate: Tue Jun 19 13:25:07 2018 -0600

    Fix icon images on website
---
 docs/source/_static/bad.png             | Bin 0 -> 472 bytes
 docs/source/_static/clock-black.png     | Bin 0 -> 427 bytes
 docs/source/_static/clock.png           | Bin 0 -> 1514 bytes
 docs/source/_static/good.png            | Bin 0 -> 617 bytes
 docs/source/_static/graph.png           | Bin 0 -> 483 bytes
 docs/source/_static/info.png            | Bin 0 -> 3379 bytes
 docs/source/_static/warning.png         | Bin 0 -> 595 bytes
 docs/source/admin/traffic_ops/using.rst |  10 +++++-----
 docs/source/development/traffic_ops.rst |   4 ++--
 9 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/source/_static/bad.png b/docs/source/_static/bad.png
new file mode 100644
index 0000000..485e3da
Binary files /dev/null and b/docs/source/_static/bad.png differ
diff --git a/docs/source/_static/clock-black.png b/docs/source/_static/clock-black.png
new file mode 100644
index 0000000..4783c01
Binary files /dev/null and b/docs/source/_static/clock-black.png differ
diff --git a/docs/source/_static/clock.png b/docs/source/_static/clock.png
new file mode 100644
index 0000000..a4a5f1f
Binary files /dev/null and b/docs/source/_static/clock.png differ
diff --git a/docs/source/_static/good.png b/docs/source/_static/good.png
new file mode 100644
index 0000000..84d96cd
Binary files /dev/null and b/docs/source/_static/good.png differ
diff --git a/docs/source/_static/graph.png b/docs/source/_static/graph.png
new file mode 100644
index 0000000..4502a2d
Binary files /dev/null and b/docs/source/_static/graph.png differ
diff --git a/docs/source/_static/info.png b/docs/source/_static/info.png
new file mode 100644
index 0000000..3e1125c
Binary files /dev/null and b/docs/source/_static/info.png differ
diff --git a/docs/source/_static/warning.png b/docs/source/_static/warning.png
new file mode 100644
index 0000000..57cccda
Binary files /dev/null and b/docs/source/_static/warning.png differ
diff --git a/docs/source/admin/traffic_ops/using.rst b/docs/source/admin/traffic_ops/using.rst
index c7273e5..97e20cb 100644
--- a/docs/source/admin/traffic_ops/using.rst
+++ b/docs/source/admin/traffic_ops/using.rst
@@ -13,11 +13,11 @@
 .. limitations under the License.
 ..
 
-.. |graph| image:: ../../../../traffic_ops/app/public/images/graph.png
-.. |info| image:: ../../../../traffic_ops/app/public/images/info.png
-.. |checkmark| image:: ../../../../traffic_ops/app/public/images/good.png
-.. |X| image:: ../../../../traffic_ops/app/public/images/bad.png
-.. |clock| image:: ../../../../traffic_ops/app/public/images/clock-black.png
+.. |graph| image:: ../../_static/graph.png
+.. |info| image:: ../../_static//info.png
+.. |checkmark| image:: ../../_static/good.png
+.. |X| image:: ../../_static/bad.png
+.. |clock| image:: ../../_static/clock-black.png
 
 Traffic Ops - Using
 %%%%%%%%%%%%%%%%%%%
diff --git a/docs/source/development/traffic_ops.rst b/docs/source/development/traffic_ops.rst
index cb43330..2ca1882 100644
--- a/docs/source/development/traffic_ops.rst
+++ b/docs/source/development/traffic_ops.rst
@@ -280,9 +280,9 @@ Check Extensions
 
 In other words, check extensions are scripts that, after registering with Traffic Ops, have a column reserved in the "Health->Server Checks" view and that usually run periodically out of cron.
 
-.. |checkmark| image:: ../../../traffic_ops/app/public/images/good.png 
+.. |checkmark| image:: ../_static/good.png 
 
-.. |X| image:: ../../../traffic_ops/app/public/images/bad.png
+.. |X| image:: ../_static/bad.png
 
 
 It is the responsibility of the check extension script to iterate over the servers it wants to check and post the results.