Removed more comments
This commit is contained in:
parent
b7aa022bfd
commit
7c6a4bf70e
13
src/ui.rs
13
src/ui.rs
@ -51,19 +51,6 @@ pub fn ui(f: &mut Frame, app: &App) {
|
|||||||
.constraints([Constraint::Percentage(50), Constraint::Percentage(50)])
|
.constraints([Constraint::Percentage(50), Constraint::Percentage(50)])
|
||||||
.split(chunks[1]);
|
.split(chunks[1]);
|
||||||
|
|
||||||
// let whois_block = Block::default()
|
|
||||||
// .borders(Borders::RIGHT)
|
|
||||||
// .style(Style::default());
|
|
||||||
|
|
||||||
// let whois_text = Paragraph::new(Text::styled(
|
|
||||||
// "Whois data in
|
|
||||||
// style
|
|
||||||
// with
|
|
||||||
// multiline support",
|
|
||||||
// Style::default().fg(Color::Green),
|
|
||||||
// ))
|
|
||||||
// .block(whois_block);
|
|
||||||
|
|
||||||
// Whois list
|
// Whois list
|
||||||
let mut whois_list_items = Vec::<ListItem>::new();
|
let mut whois_list_items = Vec::<ListItem>::new();
|
||||||
for record in &app.whois_info {
|
for record in &app.whois_info {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user