-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Chirpstack from V3 to V4 #152
Conversation
…operly from gateway fetches
… on iot-device table
…ation on gateway-status-table
…umn-administration-on-gateway-table
# Conflicts: # src/app/gateway/gateway-edit/gateway-edit.component.html # src/app/gateway/gateway-edit/gateway-edit.component.ts # src/app/gateway/gateway-table/gateway-table.component.ts
src/app/profiles/device-profiles/device-profiles-list/device-profiles-list.component.ts
Outdated
Show resolved
Hide resolved
src/app/profiles/device-profiles/device-profiles-list/device-profiles-list.component.ts
Outdated
Show resolved
Hide resolved
src/app/profiles/device-profiles/device-profiles-list/device-profiles-list.component.ts
Outdated
Show resolved
Hide resolved
…' into feature/IOT-1436-chirpstack-upgrade # Conflicts: # src/app/gateway/gateway-detail/gateway-detail.component.ts # src/app/gateway/gateway-edit/gateway-edit.component.html # src/app/gateway/gateway-edit/gateway-edit.component.ts # src/app/gateway/gateway-overview/gateway-tabs/gateway-map/gateway-map.component.ts # src/app/gateway/gateway-table/gateway-table.component.html # src/app/gateway/gateway-table/gateway-table.component.ts # src/app/gateway/gateway.model.ts # src/app/shared/services/chirpstack-gateway.service.ts
…end (both are nodejs, so shouldn't it be the same?)
…' into feature/IOT-1436-chirpstack-upgrade # Conflicts: # package-lock.json
@@ -113,7 +185,7 @@ export class GatewayTableComponent implements AfterViewInit, OnDestroy { | |||
|
|||
lastActive(gateway: Gateway): string { | |||
if (gateway?.lastSeenAt) { | |||
const date = gateway.lastSeenAt ?? convertToDateFromTimestamp(gateway.lastSeenAt); | |||
const date = gateway.lastSeenAt ?? gateway.lastSeenAt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
this.errorMessages = 'Internal server error'; | ||
return; | ||
deleteDeviceProfile(id: string) { | ||
if (id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For later: fix the formatting of this function. This is peak HADOUKEN indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nvm I couldn't stand it and fixed it now
ServiceProfile and networkserver is removed from V4.