mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
ui up to date w old master
This commit is contained in:
@@ -20,13 +20,3 @@ export class TruncateEndPipe implements PipeTransform {
|
||||
return val.slice(0, length) + '...'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 4 and 4
|
||||
|
||||
// 12345678 => 12345678
|
||||
// 123456789 => 123456789
|
||||
// 1234567890 => 1234567890
|
||||
// 12345678901 => 12345678901
|
||||
// 1234...9012 => 1234...9012
|
||||
// 1234...0123 => 1234...0123
|
||||
Reference in New Issue
Block a user