Skip to content

Commit 7a96ce1

Browse files
Rename Routing key to Binding key in binding UI (#1748)
## Summary - Rename "Routing key" to "Binding key" in binding table headers and form labels across queue, exchange, and stream views Fixes #1726 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent e31f4bb commit 7a96ce1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

views/exchange.ecr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<tr>
4949
<th class="left">Type</th>
5050
<th class="left">To</th>
51-
<th class="left">Routing key</th>
51+
<th class="left">Binding key</th>
5252
<th class="left">Arguments</th>
5353
<th></th>
5454
</tr>
@@ -68,7 +68,7 @@
6868
<datalist id="exchange-dest-list"></datalist>
6969
</label>
7070
<label>
71-
<span>Routing key</span>
71+
<span>Binding key</span>
7272
<input name="routing_key" type="text">
7373
</label>
7474
<label>

views/queue.ecr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<thead>
117117
<tr>
118118
<th class="left">From</th>
119-
<th class="left">Routing key</th>
119+
<th class="left">Binding key</th>
120120
<th class="left">Arguments</th>
121121
<th></th>
122122
</tr>
@@ -133,7 +133,7 @@
133133
<datalist id="exchange-list"></datalist>
134134
</label>
135135
<label>
136-
<span>Routing key</span>
136+
<span>Binding key</span>
137137
<input name="routing_key" type="text">
138138
</label>
139139
<label>

views/stream.ecr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<thead>
100100
<tr>
101101
<th class="left">From</th>
102-
<th class="left">Routing key</th>
102+
<th class="left">Binding key</th>
103103
<th class="left">Arguments</th>
104104
<th></th>
105105
</tr>
@@ -116,7 +116,7 @@
116116
<datalist id="exchange-list"></datalist>
117117
</label>
118118
<label>
119-
<span>Routing key</span>
119+
<span>Binding key</span>
120120
<input name="routing_key" type="text">
121121
</label>
122122
<label>

0 commit comments

Comments
 (0)