A dashboard is a user interface that organizes and presents information in a way that is easy to read to the user of a website. A dashboard typically indicates items which require urgent actions at the top of the page, moving into less important statistics at the bottom.
Questions tagged [dashboard]
3042 questions
4
votes
0 answers
Dropdown list in Django using pandas data
I am trying to generate two dropdown lists in django using a pandas dataframe. I am declaring the dataframe in the views.py file of the django project (no idea if it is the best way to do it) as I want to exploit all the functions of pandas such as…

simon90
- 123
- 1
- 8
4
votes
1 answer
Web App executions are not displayed in Google Apps Script "Dashboard"
I have a container-bound Google Apps Script script.
I have the script deployed as a web app, set to execute as me with access granted to Anyone, even anonymous.
However, when I launch the script editor (from the Google Sheets Tools menu) and then…

Iain Dooley
- 308
- 2
- 9
4
votes
1 answer
Filter project search via tags on SonarQube API
On our site we use SonarQube 6.4 to analyze over 150 projects by different teams. While some projects are actually just branches (only differ in version) most of our team projects have a different name. To filter the relevant ones for our team we…

G. Lohmann
- 43
- 1
- 4
4
votes
6 answers
Xampp localhost/dashboard
I downloaded the recent version of xampp and I installed it and everything but when i type "localhost" in the browser it redirects me to localhost/dashboard is there a way to type localhost and see the directories and files like before?
there was…

Alberto
- 57
- 1
- 1
- 7
4
votes
2 answers
user permissions needed for token access to kubernetes dashboard with RBAC
On kubernetes 1.8.4 I'm trying to give kubernetes users access to our dashboard.
When using the admin context to proxy, all the tokens work when logging into the dashboard. But my users don't have the admin context, only I do, so they use their own…

Max
- 51
- 1
- 4
4
votes
1 answer
Kubernetes Web UI (Dashboard) doesn't show graphs
I have installed Docker v17.06-ce on 2 minion nodes plus a master node and Kubernetes with Kubeadm v1.7.0. Then I deployed Web UI (Dashboard) with kubectl create -f https://git.io/kube-dashboard and changed type to NodePort using kubectl edit…

dpatino
- 99
- 3
- 10
4
votes
1 answer
Amazon EC2 blue box next to "Disabled"
Blue box problem. There is a blue box right next to the label disabled on my Amazon dashboard for EC2 services. The blue box has no tooltip. What is it for? Is it a friend or foe? How did it get there? Do I need it? Will it always stay blue? Can…

Zuzlx
- 1,246
- 14
- 33
4
votes
4 answers
Couldn't access Kubernetes dashboard on Google Cloud
I am following the instructions as given here.
I used the following command to get a running cluster, in gcloud console I typed: curl -sS https://get.k8s.io | bash as described in the link, after that, I ran the command kubectl cluster-info from…

Akash
- 939
- 1
- 8
- 27
4
votes
1 answer
Jenkins Dashboard of Pipeline steps
I'm using the pipeline plugin (with pipeline stage view) on Jenkins and I want to know if a plugin can make a dashboard of the stage view information as the dashboard plugin does for jobs.

iceriku
- 41
- 1
- 7
4
votes
2 answers
How to use tf.summary.text?
TensorFlow 1.1.0rc2 has support for Text in its dashboard but how do I actually log something that will show up there? TensorFlow master branch has a reference to tf.summary.text but nothing called that is available in 1.1.0rc2.

user3504575
- 525
- 1
- 6
- 19
4
votes
1 answer
Bokeh DataTable with AjaxDataSource not fetching or updating
I am building a dashboard for a JSON REST API and I wanted to get a list of elements from the server, visualize it in a table, then interact with it.
I modified Bokeh Data Table Example to use an AjaxDataSource instead of a ColumnDataSource.
The…

Metiu
- 1,677
- 2
- 16
- 24
4
votes
1 answer
Flex dashboard: Input and Outputs in different tabs
I´m a newby with flex-dashboards...
How can I separate in two different tabs the input information and output results? here is a simple example, I am trying to render only the barplot in the second tab "Output"
---
title: "Dashboard"
output:
…

Juanchi
- 1,147
- 2
- 18
- 36
4
votes
2 answers
Stackdriver Dashboard - Cannot save a dashboard with a custom log-based metric
I have created a log-based metric for some log messages generated by a Dataflow Job. The filter on which this metric is based is behaving correctly (the expected data is displayed in the logs viewer when using this filter).
I am trying to create a…

Mihnea Baia
- 51
- 5
4
votes
2 answers
Is there a way to set up personal dashboards
Is there a way to set up a personal dashboard for TFS that is in addition to the team dashboard?
We have a group of users who want to see different information than what is on the team dashboard, and would like their own dashboard/view to show…

VanCowboy
- 200
- 3
- 16
4
votes
1 answer
How to customize CruiseControl.NET (CCNet) Dashboard?
I'm new to CCNet...
I would like to customize CCNet web dashboard to add a checkbox next to "Force Build" button to indicate that particular build is for release or not.
Please let me know whether these kind of customization possible? If so,…

Sandeep Kumar M
- 3,841
- 3
- 38
- 59