-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volumes UI: "View" is unclear #92
Comments
Yes that's right. "View" is not very explanatory. Also, the way I understand the "get" operation, we have to give it an offset so it reads to that offset? |
I'd have a "download" button, and allow the data to be downloaded as application/octet-stream.
The |
Oh I see. Thank you. I think I understand it now.
…On Wed, 13 Nov 2024, 16:36 Hannes Mehnert, ***@***.***> wrote:
Yes that's right. "View" is not very explanatory. I was thinking of a way
to display the data. For instance if we read data from a block device, do
we just display this as text? What is the data corresponds to images?
I'd have a "download" button, and allow the data to be downloaded as
application/octet-stream.
Also, the way I understand the "get" operation, we have to give it an
offset so it reads to that offset?
The int provided to `Block_dump is the compression level to use. 0 for
none, 9 for highest (I guess). It uses
https://github.com/mirage/decompress.
—
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2VKJERWV7HSFQVBNOS3QN32ANWWBAVCNFSM6AAAAABRWR5PZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZTHE3DQOBWGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
#95 addresses this |
The volumes UI looks amazing. But I initially was confused by the
View
button -- since I expected to get the data of the volume -- but instead I was redirected to the unikernel that is using the block device.Since the "get" and "set" operations are to be implemented (see #32), we should find some good names for the buttons :)
I also like the pie chart a lot. Thanks so much @PizieDust :)
The text was updated successfully, but these errors were encountered: