Questions tagged [dashboard]

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.

See Dashboard (web administration) on Wikipedia.

2353 questions
144
votes
9 answers

How to sign in kubernetes dashboard?

I just upgraded kubeadm and kubelet to v1.8.0. And install the dashboard following the official document. $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml After that,…
ichbinblau
  • 3,295
  • 5
  • 15
  • 33
58
votes
2 answers

How do I delete a CloudKit container?

I accidentally created a new container in CloudKit, and it is really annoying that it comes up when I open dashboard. Any suggestion how to delete? On developer.apple.com I don't see a delete button for containers.
János
  • 27,206
  • 24
  • 130
  • 270
35
votes
7 answers

Android Dashboard Pattern

In Tim Bray's latest Android blog post he mentions the "dashboard" ui pattern (what is used for the Twitter app, Facebook app, etc. Is this layout as simple as a GridView with Buttons or is it something else? Update: The DashboardLayout was…
Robby Pond
  • 70,876
  • 16
  • 121
  • 117
33
votes
6 answers

Any good client-side open-source dashboard framework?

I am looking to build a client-side dashboard framework where a user can create a new dashboard, add portlets, position them along a grid system, resize, close, .... The dashboard look and feel should be controllable with CSS. I am looking for a…
Paolo Bozzola
  • 1,143
  • 2
  • 10
  • 14
32
votes
2 answers

Android Developer Dashboard national/regional version

As many of you may know, Google has provided us with a nice Dashboard that shows us the current distribution of active Android devices along certain characteristics, such as platform version or screen size. It would be nice to have some similar…
Vincent
  • 999
  • 10
  • 20
31
votes
7 answers

Changing button color programmatically

Is there a way to change the color of a button, or at least the color of the button label programmatically? I can change the label itself with document.getElementById("button").object.textElement.innerText = "newlabel"; But how to change the…
Zsolt
  • 323
  • 1
  • 3
  • 4
30
votes
4 answers

How to combine row and column layout in flexdashboard?

For a new project I want to try the new flexdasboard package. I am thinking of a lay out in which the column and row orientation is somehow combined. The layout I am thinking of is something like this: If I change this code: --- title: "Focal…
rdatasculptor
  • 7,072
  • 7
  • 49
  • 70
20
votes
2 answers

How to load local JSON files in Javascript

I'm writing a web app (well, actually it will eventually be an OS X Dashboard widget, but I decided to prototype it first as a simple web page) that needs to load some initializing data from a local JSON file. My code looks like this: function…
PaulJ
  • 1,410
  • 4
  • 25
  • 43
18
votes
5 answers

Remove install icon on iOS 7

Do you know what really grind my gears? I distribute some beta apps from a ftp server. The apps are signed with a wildcard profile. While installing these apps, appears an icon with the progress. This install icon should be gone as soon the app is…
zeiteisen
  • 6,877
  • 5
  • 44
  • 68
17
votes
1 answer

Conditional panel in Shiny dashboard

I have a question about conditional panel in shiny dashboard. Is there a possibility to make conditional panel with condition on menuItem in sidebarMenu? My goal is to obtain an additional selectInput after click on menu tab title2 (but it should…
Damian
  • 379
  • 2
  • 9
17
votes
3 answers

kibana for sql database

I need to build a kibana like dashboard over a sql database. Is this possible? or is there an alternative as easy as kibana (in term of integration) for sql?
Oussama L.
  • 1,676
  • 5
  • 23
  • 28
16
votes
2 answers

Changing visibility of a Dash Component by updating other Component

I need to hide some Components, for example by clicking on a checkbox (for example, a graph or a table). However, the documentation did not provide a suitable section for this purpose. Thanks in advance!
16
votes
4 answers

Sonata Admin: How to remove "Add New" button from dashboard only?

I'm using Symfony 2.7 with Sonata Admin Bundle to manage some products and product images. I used the Sonata Admin Cookbook recipe: https://sonata-project.org/bundles/admin/master/doc/cookbook/recipe_file_uploads.html for images. Because an image…
VMC
  • 1,228
  • 1
  • 14
  • 28
15
votes
4 answers

Information Dashboards in R with ggplot2

I'm looking to create a static dashboard viewable in a web browser. And I'd like to create something like what Stephen Few does in his book Information Dashboard Design. (see example at bottom) Ggplot2: Shouldn't be any issue producing the graphs…
user246211
  • 987
  • 1
  • 12
  • 23
14
votes
4 answers

ingress configuration for dashboard

I did nginx ingress controller tutorial from github and exposed kubernetes dashboard kubernetes-dashboard NodePort 10.233.53.77 443:31925/TCP 20d created ingress apiVersion: extensions/v1beta1 kind: Ingress metadata: …
Jevgenij Alterman
  • 304
  • 1
  • 3
  • 11
1
2 3
99 100