Questions tagged [webui]
96 questions
1
vote
1 answer
How to do batch img2img job of many img/prompt pairs -- automatic1111 stable diffusion
there
With automatic1111 stable diffuison, I need to re-draw 100 images. Thanks to clip-interrogator, I've generated prompt text for each one of them. Next, I should to run img2img. However, I noticed that you cannot sigh the prompt for each image…

user1465767
- 41
- 1
- 6
1
vote
1 answer
Creating WebUI for sysadmin scripts
Yes, my question may sound very vague, incomplete. Beginner to webui developement.
Looking for An interactive WebUI for SysAdmin tasks:
What I have now?
a lot of Ansible tasks, playbooks, bash scripts, python scripts for sysadmin tasks.
Some of…

Anto
- 3,128
- 1
- 20
- 20
1
vote
0 answers
Angular + Clarity: Icons are not loaded properly
So i'm building a little web app with the help of clarity. Im using the build in icons for a side menue among other things. Now, the first icon i put in is fine, shows up no problem. Then when i put in more, they were just showing the fallback…

Finja Stiep
- 11
- 2
1
vote
1 answer
Configure HDFS WebUI DataNode DNS to use external DNS not internal DNS
I am reasonably knowledgeable about Hadoop configure, however, one problem has stumped me for many years. The WebUI for the DataNodes always shows the internal DNS FQDN for the DataNodes. I would like it to show the external DNS so that external…

chrisdyck
- 27
- 1
- 8
1
vote
1 answer
I can't access the ArangoDB web UI
I have installed ArangoDB on an AWS ubuntu EC2 instance and installed all the necessary ArangoDB packages.
However, I do not know how I can access the WebUI on port 8529, since when I enter http: // ip-instance: 8529 in the browser I receive an…

ggggggggg
- 21
- 1
1
vote
0 answers
Handle a form using Servant
I want to create a simple HTML site that contains even simpler form with only one Submit button. In order to achieve that I created the following Servant API:
type ClientAPI =
"prices" :> Get '[HTML] (Html ()) -- returns HTML UI to the user
…

LA.27
- 1,888
- 19
- 35
1
vote
1 answer
How to disable the "read only mode" in hdfs web ui?
I am a beginner in Hadoop. The questions are related to the Web UI of version Hadoop 2.8.3.
How to disable/change the READ ONLY MODE on the WEB UI (http://localhost:50070).
I tried getting the info from the documentation, but could not figure out…

sacha.p
- 133
- 10
1
vote
0 answers
What is the terminology for creating a UI for an existing CLI Tool
I'm having trouble finding a library to help me with a project where I hope to put a WebUI in place to drive an existing CLI Tool. If one doesn't exist I will just produce my own, but I suspect I'm using the wrong terminology. I've tried using…

Futile32
- 834
- 2
- 8
- 15
1
vote
1 answer
Infragistics UltraWebGrid upgrade from v7.2 to v14.1
I'm upgrading an old web application to use Infragistics v14.1 from v7.2, but it appears that the Infragistics.WebUI.UltraWebGrid component is no longer there.
Has the UltraWebGrid moved into a different library, replaced by something else, or…

landers
- 105
- 9
1
vote
3 answers
Running Applications doesn t appear spark web Ui but runs
i need your help, i created 2 apps (one which using spray framework and the other one receive messages from kafka and send it to cassandra).
Both run all the time and should never stop.
I m in standalone on the server and my conf is :
- In…

thomas poidevin
- 176
- 2
- 20
1
vote
1 answer
IPMItool SET User Role
I've a problem with the user access. I would like to add an OPERATOR priv to an user, but I've got a probleme :
The request :
ipmitool channel setaccess 1 3 link=on ipmi=on callin=on privilege=3
change only the priv of IPMI LAN Privilege to…

phoenix
- 127
- 1
- 10
1
vote
0 answers
Accessing HDFS web UI from another machine
I can access my Hadoop File System from Web UI :50070 . I want to access the same from a machine present outside of cluster. I tried to do it but it says webpage not found error. How can I access my HDFS from windows machine through a…

MChirukuri
- 610
- 6
- 29
1
vote
2 answers
Mesos webUI display only the recently connected slave
I am setting up a mesos cluster for demonstration purpose. My setup is one master and two slaves. All machines are running ubuntu 14.04 LTS and on same local network. I am starting mesos master with the command as per the…

Piero Simoni Urbino
- 67
- 1
- 8
1
vote
1 answer
Mootools: wizard plugin
There is a plugin for moootols that applied to a form change it into a wizard?
Edit: No other responses to the question... I will accept mine.

Eineki
- 14,773
- 6
- 50
- 59
1
vote
2 answers
Converting System.Web.UI.WebControls.Image to System.Drawing.Image?
I can't seem to convert it. Any help?

Sergio Tapia
- 40,006
- 76
- 183
- 254