mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
docs: first pass of krata as an isolation engine
This commit is contained in:
@ -138,7 +138,7 @@ impl TopApp {
|
||||
|
||||
impl Widget for &mut TopApp {
|
||||
fn render(self, area: Rect, buf: &mut Buffer) {
|
||||
let title = Title::from(" krata hypervisor ".bold());
|
||||
let title = Title::from(" krata isolation engine ".bold());
|
||||
let instructions = Title::from(vec![" Quit ".into(), "<Q> ".blue().bold()]);
|
||||
let block = Block::default()
|
||||
.title(title.alignment(Alignment::Center))
|
||||
|
Reference in New Issue
Block a user