Commit 1ec2f42c authored by Paul Asmuth's avatar Paul Asmuth
Browse files

doc: ui getting started: screenshot

parent cbc74134
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ value (more about that in [Events and Gauges](/documentation/classic_event_handl

If you navigate to http://localhost:4242/ you should see this:

<img src="/img/simple_example_screen.png" width="630" style="box-shadow:0 0 8px rgba(0,0,0,.4);" />
<img src="/img/simple_example_screen.png" width="630" class="shadow" />


You now have a running FnordMetric application. There is a lot more you can do with FnordMetric, read about that in [Events and Gauges](/documentation/classic_event_handlers)), [Widgets](/documentation/classic_widgets)) and [Examples](/documentation/classic_examples)).
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ For fun and profit, we can display a timeseries graph of sales in the last 10 mi

Now your dashboard should look like this:

    FIXPAUL: screenshot
<img src="/img/fnordmetric_ui_example_screen.png" width="630" class="shadow" />


#### But wait, my dashboard is white?
+4 −0
Original line number Diff line number Diff line
@@ -277,3 +277,7 @@ table td p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.shadow {
  box-shadow:0 0 8px rgba(0,0,0,.4);
}
+58.5 KiB
Loading image diff...