mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-14 15:15:05 -04:00
Frontend complete
This commit is contained in:
parent
863c69affa
commit
65f084591a
5 changed files with 130 additions and 107 deletions
|
@ -50,11 +50,14 @@ public class NSLRowModel {
|
|||
case FAILED:
|
||||
this.status = "Failed";
|
||||
break;
|
||||
case UNKNOWN:
|
||||
case INDETERMINATE:
|
||||
this.status = "...";
|
||||
break;
|
||||
case UNKNOWN:
|
||||
this.status = "Unknown";
|
||||
break;
|
||||
case INCORRECT_FILE_FAILED:
|
||||
this.status = "Failed: Incorrect file";
|
||||
this.status = "Failed: Bad file";
|
||||
markForUpload = false;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue