Skip to content

Commit

Permalink
Move title to Rift
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 14, 2024
1 parent 02fc0cd commit 25027fc
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,6 @@ public struct ConsoleListDisplaySettings: Hashable, Codable {
case responseHeaderField(key: String)

public var id: TaskField { self }

var title: String {
switch self {
case .method: "Method"
case .requestSize: "Request Size"
case .responseSize: "Response Size"
case .responseContentType: "Response Content Type"
case .duration: "Duration"
case .host: "Host"
case .statusCode: "Status Code"
case .taskType: "Task Type"
case .taskDescription: "Task Description"
case .requestHeaderField(let key): "Request Header \"\(key)\""
case .responseHeaderField(let key): "Response Header '\(key)\""
}
}
}

public init() {}
Expand Down

0 comments on commit 25027fc

Please sign in to comment.