diff --git a/admin/dist/index.html b/admin/dist/index.html index 5896d74c2..25afd2ade 100644 --- a/admin/dist/index.html +++ b/admin/dist/index.html @@ -1,9 +1,9 @@ -
- - -- - {this.state.filename ? ( - - {this.state.filename} ( - - Ta bort - - ) - - ) : ( - - Ladda upp genom att dra och släppa en fil här - eller klicka på{" "} - - ladda upp - - - . - - )} -
+ render() + { + return ( ++ + {this.state.filename ? + {this.state.filename} (Delete) + : + Upload by dragging and dropping a file here or click upload. + } +
{this.state.progressbarVisible ? (- {props.placeholder} -
- ); + status ={props.placeholder}
; } else if (!is_valid) { - status = ( -- Giltigt till:{" "} - - {props.date} - -
- ); + status =Valid untill: {props.date}
; } else { - status = ( -Giltigt till: {props.date}
; + status =Valid untill: {props.date}
; } // Override if there are pending days to be synchronized @@ -65,23 +43,12 @@ function DateView(props) { ); } - return ( -- {props.title} -
- {status} - {text} - {props.pending ? ( -- - ({props.pending} dagar kommer läggas till vid en - nyckelsynkronisering) - -
- ) : null} -{props.title}
+ {status} + {text} + { props.pending ?({props.pending} days will be added after key sync)
: null } +- Fyll i ditt email eller medlemsnummer så - skickar vi instruktioner om hur du - nollställer ditt lösenord. -
+Fill in your username and we'll send you instructions on how to reset your password.
- På denna sida ser du en lista på samtliga grupper.. -
- - Skapa ny grupp - +On this page you see a list of all groups.
+ Create new group- {this.state.pending_labaccess_days} dagar labaccess - kommer läggas till vid en nyckelsynkronisering. -
-{this.state.pending_labaccess_days} days lab access will be added during a key synchronization.
+- På denna sida ser du en lista på samtliga medlemmar. -
- - Skapa ny medlem - +On this page you see the list of all the members.
+ Create new member