Skip to content

Commit

Permalink
Show full name of topic (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoothzj authored Nov 22, 2021
1 parent a5f7457 commit 2c6f7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ui/pulsar/screen/pulsar_partitioned_topic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class _PulsarPartitionedTopicState extends State<PulsarPartitionedTopic> {
length: 4,
child: Scaffold(
appBar: AppBar(
title: Text('Pulsar Partitioned Topic ${vm.topic}'),
title: Text(
'Pulsar Partitioned Topic Tenant ${vm.tenant} -> Namespace ${vm.namespace} -> Topic ${vm.topic}'),
bottom: TabBar(
tabs: [
Tab(text: S.of(context).basic),
Expand Down

0 comments on commit 2c6f7ab

Please sign in to comment.