opt.: container status
This commit is contained in:
@@ -1228,6 +1228,12 @@ abstract class S {
|
||||
/// **'Run'**
|
||||
String get run;
|
||||
|
||||
/// No description provided for @running.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Running'**
|
||||
String get running;
|
||||
|
||||
/// No description provided for @save.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -1402,6 +1408,12 @@ abstract class S {
|
||||
/// **'Stop'**
|
||||
String get stop;
|
||||
|
||||
/// No description provided for @stopped.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Stopped'**
|
||||
String get stopped;
|
||||
|
||||
/// No description provided for @success.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user