Left-justified the wireless interfaces' descriptor.

This commit is contained in:
Matias Barcenas 2017-08-15 00:33:37 -05:00
parent f9d5f9b8be
commit 2118da90ed
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ function set_interface() {
if [ $WIAvailableDataCount -eq 1 -a ${WIAvailableState[0]} = '+' ]; then
WISelected="${WIAvailable[0]}"
else
format_apply_autosize "$CRed[$CYel%1d$CRed]%b %-8b [%1s] %*.*s\n"
format_apply_autosize "$CRed[$CYel%1d$CRed]%b %-8b [%1s] %-*.*s\n"
io_query_format_fields "$FLUXIONVLine $FLUXIONInterfaceQuery" \
"$FormatApplyAutosize" \
WIAvailableColor[@] WIAvailable[@] WIAvailableState[@] WIAvailableInfo[@]