mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Move UI out of experimental mode (#7012)
* Make UI not experimental * Display API and UI URLs * Remove link to old sources * Fix integration tests * Add UI to Usage Data * Add a "Using the GUI to edit the Devfile" page to doc * Add link to odo.dev specific page * Apply suggestions from code review Co-authored-by: Armel Soro <armel@rm3l.org> * Change favicon with odo logo * Display web console URL as part of the Dev status * Update UI static files * Document that Comments not supported * Add UI screenshots --------- Co-authored-by: Armel Soro <armel@rm3l.org>
This commit is contained in:
@@ -32,4 +32,8 @@ div.tab-content { padding: 16px; }
|
||||
div.error-message {
|
||||
font-size: large;
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.toplink {
|
||||
color: white;
|
||||
}
|
||||
@@ -1,9 +1,8 @@
|
||||
<mat-toolbar color="primary">
|
||||
<span>Devfile Builder</span>
|
||||
<span class="spacer"></span>
|
||||
<span class="topright">Work in progress</span>
|
||||
<a mat-icon-button href="https://github.com/feloy/devfile-builder" target="_blank"><mat-icon svgIcon="github"></mat-icon></a>
|
||||
<button style="top: -8px" data-cy="yaml-send" matTooltip="Save Devfile to disk" mat-flat-button color="warn" disabled="{{!(state.modified|async)}}" (click)="onSave(input.value)">Save</button>
|
||||
<span class="topright"><a href="https://odo.dev/docs/user-guides/advanced/using-gui/" target="_blank" class="toplink">Work in progress</a></span>
|
||||
<button style="top: -8px" data-cy="yaml-send" matTooltip="Save Devfile to disk" mat-flat-button color="warn" disabled="{{!(state.modified|async)}}" (click)="onSave(input.value)">Save</button>
|
||||
</mat-toolbar>
|
||||
<main>
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user